Skip to content

Commit 86f8f24

Browse files
committed
requires at least python 3.9.19
1 parent 3fa5f85 commit 86f8f24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
classifiers=[
2121
"License :: OSI Approved :: Apache Software License",
2222
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.7",
24-
"Programming Language :: Python :: 3.8",
2523
"Programming Language :: Python :: 3.9",
2624
"Programming Language :: Python :: 3.10",
2725
"Programming Language :: Python :: 3.11",
@@ -74,6 +72,6 @@
7472
"flake8>=7.1.1"
7573
]
7674
},
77-
python_requires='>3.5.2',
75+
python_requires='>=3.9.19',
7876
zip_safe=False
7977
)

0 commit comments

Comments
 (0)