Skip to content

Commit 23d9284

Browse files
committed
Revise python version dependency
1 parent e45efc6 commit 23d9284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
install_requires=INSTALL_REQUIRES,
3939
packages=find_packages("src"),
4040
package_dir={"": "src"},
41-
python_requires=">=3.7.7,!=3.8.*,!=3.9.*",
41+
python_requires=">=3.7.3,!=3.8.*,!=3.9.*",
4242
setup_requires=SETUP_REQUIRES,
4343
tests_require=TEST_REQUIRES,
4444
use_scm_version={"local_scheme": "dirty-tag"},

0 commit comments

Comments
 (0)