Chore: Change Specter compatibility to ">=3.7,<3.10" (#1707)

This commit is contained in:
relativisticelectron 2022-05-07 10:05:31 +02:00 committed by GitHub
parent 8e6c374c11
commit f1bc77a168
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ setup(
"Operating System :: OS Independent",
"Framework :: Flask",
],
python_requires=">=3.6,<3.10",
python_requires=">=3.7,<3.10",
cmdclass={
"install": InstallWithBabelCompile,
# The rest is convenience but not strictly necessary for the automation: