Skip to content

Commit 9ca2e21

Browse files
authored
fixup! setup.py: Add Python 3.8 and remove 3.4
1 parent 2f2790b commit 9ca2e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
'Programming Language :: Python :: 2',
5757
'Programming Language :: Python :: 2.7',
5858
'Programming Language :: Python :: 3',
59-
'Programming Language :: Python :: 3.4',
6059
'Programming Language :: Python :: 3.5',
6160
'Programming Language :: Python :: 3.6',
6261
'Programming Language :: Python :: 3.7',
62+
'Programming Language :: Python :: 3.8',
6363
'Programming Language :: Python :: Implementation :: CPython',
6464
'Programming Language :: Python :: Implementation :: PyPy',
6565
'Topic :: Software Development :: Libraries',
@@ -79,7 +79,7 @@
7979
package_data={'': ['requirements.txt']},
8080
scripts=['bin/jsondiff', 'bin/jsonpatch'],
8181
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.*',
8383
project_urls={
8484
'Website': 'https://github.com/stefankoegl/python-json-patch',
8585
'Repository': 'https://github.com/stefankoegl/python-json-patch.git',

0 commit comments

Comments
 (0)