Skip to content

Commit a43f1ba

Browse files
Remove support for python 3.7
1 parent 6c4aa79 commit a43f1ba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
---------
33

4+
4.4.0
5+
~~~~~
6+
* Removes support for Python 3.7.
7+
48
4.3.0
59
~~~~~
610
* Uses python-squarelet to client handle authentication.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="python-documentcloud",
10-
version="4.3.0",
10+
version="4.4.0",
1111
description="A simple Python wrapper for the DocumentCloud API",
1212
author="Mitchell Kotler",
1313
author_email="[email protected]",
@@ -49,7 +49,6 @@
4949
"Intended Audience :: Developers",
5050
"Operating System :: OS Independent",
5151
"License :: OSI Approved :: MIT License",
52-
"Programming Language :: Python :: 3.7",
5352
"Programming Language :: Python :: 3.8",
5453
"Programming Language :: Python :: 3.9",
5554
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)