Browse Source

Build: use python >= 3.9

Release_2.1
heck 3 years ago
parent
commit
8e0644ceef
  1. 2
      setup.cfg

2
setup.cfg

@ -27,7 +27,7 @@ classifiers =
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.7,<3.9
python_requires = >=3.9
test_suite = tests
install_requires =
# deprecated/redundant with pyproject.toml, but lets keep both ways around for now

Loading…
Cancel
Save