Skip to content

Commit a2ef5e8

Browse files
Merge pull request #39 from webknjaz/release/v1.2.0-dist-meta
Update the dist metadata to reflect reality
2 parents 9f3203f + 9e9a370 commit a2ef5e8

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
@@ -21,7 +21,7 @@
2121
zip_safe=False,
2222
install_requires=['pytest>=3.1.0'],
2323
setup_requires=['setuptools_scm'],
24-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
24+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
2525
classifiers=[
2626
'Development Status :: 7 - Inactive',
2727
'Framework :: Pytest',
@@ -36,9 +36,9 @@
3636
'Programming Language :: Python :: 2',
3737
'Programming Language :: Python :: 2.7',
3838
'Programming Language :: Python :: 3',
39-
'Programming Language :: Python :: 3.4',
4039
'Programming Language :: Python :: 3.5',
4140
'Programming Language :: Python :: 3.6',
4241
'Programming Language :: Python :: 3.7',
42+
'Programming Language :: Python :: 3.8',
4343
],
4444
)

0 commit comments

Comments
 (0)