Skip to content

Commit f71b7eb

Browse files
committed
🔥 Mark Python 3.4 as unsupported
It's already been dropped from tox and Travis CI test matrixes and now it's time to drop it from the metadata since Python 3.4 is EOL.
1 parent 5841ccf commit f71b7eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
zip_safe=False,
2121
install_requires=['pytest>=3.1.0'],
2222
setup_requires=['setuptools_scm'],
23-
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
23+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
2424
classifiers=[
2525
'Development Status :: 7 - Inactive',
2626
'Framework :: Pytest',
@@ -35,7 +35,6 @@
3535
'Programming Language :: Python :: 2',
3636
'Programming Language :: Python :: 2.7',
3737
'Programming Language :: Python :: 3',
38-
'Programming Language :: Python :: 3.4',
3938
'Programming Language :: Python :: 3.5',
4039
'Programming Language :: Python :: 3.6',
4140
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)