Skip to content

Commit 5f3dfdf

Browse files
committed
Update setup.py
1 parent 8e6b379 commit 5f3dfdf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,24 @@
77
author="Artefactual Systems",
88
author_email="[email protected]",
99
license="AGPL 3",
10-
version="0.5.0",
10+
version="0.6.0",
1111
packages=[
1212
"agentarchives",
1313
"agentarchives.archivesspace",
1414
"agentarchives.archivists_toolkit",
1515
"agentarchives.atom",
1616
],
1717
install_requires=["requests>=2,<3", "mysqlclient>=1.3,<2"],
18-
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
18+
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*",
1919
classifiers=[
2020
"Development Status :: 4 - Beta",
2121
"License :: OSI Approved :: GNU Affero General Public License v3",
2222
"Programming Language :: Python :: 2",
2323
"Programming Language :: Python :: 2.7",
2424
"Programming Language :: Python :: 3",
25-
"Programming Language :: Python :: 3.4",
25+
"Programming Language :: Python :: 3.5",
26+
"Programming Language :: Python :: 3.6",
27+
"Programming Language :: Python :: 3.7",
28+
"Programming Language :: Python :: 3.8",
2629
],
2730
)

0 commit comments

Comments
 (0)