|
7 | 7 | author="Artefactual Systems", |
8 | 8 | |
9 | 9 | license="AGPL 3", |
10 | | - version="0.5.0", |
| 10 | + version="0.6.0", |
11 | 11 | packages=[ |
12 | 12 | "agentarchives", |
13 | 13 | "agentarchives.archivesspace", |
14 | 14 | "agentarchives.archivists_toolkit", |
15 | 15 | "agentarchives.atom", |
16 | 16 | ], |
17 | 17 | 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.*", |
19 | 19 | classifiers=[ |
20 | 20 | "Development Status :: 4 - Beta", |
21 | 21 | "License :: OSI Approved :: GNU Affero General Public License v3", |
22 | 22 | "Programming Language :: Python :: 2", |
23 | 23 | "Programming Language :: Python :: 2.7", |
24 | 24 | "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", |
26 | 29 | ], |
27 | 30 | ) |
0 commit comments