|
56 | 56 | 'Programming Language :: Python :: 2', |
57 | 57 | 'Programming Language :: Python :: 2.7', |
58 | 58 | 'Programming Language :: Python :: 3', |
59 | | - 'Programming Language :: Python :: 3.4', |
60 | 59 | 'Programming Language :: Python :: 3.5', |
61 | 60 | 'Programming Language :: Python :: 3.6', |
62 | 61 | 'Programming Language :: Python :: 3.7', |
| 62 | + 'Programming Language :: Python :: 3.8', |
63 | 63 | 'Programming Language :: Python :: Implementation :: CPython', |
64 | 64 | 'Programming Language :: Python :: Implementation :: PyPy', |
65 | 65 | 'Topic :: Software Development :: Libraries', |
|
79 | 79 | package_data={'': ['requirements.txt']}, |
80 | 80 | scripts=['bin/jsondiff', 'bin/jsonpatch'], |
81 | 81 | classifiers=CLASSIFIERS, |
82 | | - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', |
| 82 | + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', |
83 | 83 | project_urls={ |
84 | 84 | 'Website': 'https://github.com/stefankoegl/python-json-patch', |
85 | 85 | 'Repository': 'https://github.com/stefankoegl/python-json-patch.git', |
|
0 commit comments