Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 4df12f9

Browse files
author
Zak Zajac
committed
removing missed python3.4 support data
1 parent 7c40f4a commit 4df12f9

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
package_dir={'': 'src'},
2121
packages=find_packages("src", exclude="tests"),
2222
# https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
23-
python_requires='>=3.4',
23+
python_requires='>=3.5',
2424
test_suite="tests.tests",
2525
classifiers=[
2626
'Development Status :: 3 - Alpha',
@@ -29,7 +29,6 @@
2929
'Operating System :: OS Independent',
3030
'Programming Language :: Python',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.4',
3332
'Programming Language :: Python :: 3.5',
3433
'Programming Language :: Python :: 3.6',
3534
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)