Browse Source

Build: update supported python versions

PYADPT-116
heck 4 years ago
parent
commit
9a75cab9cd
  1. 2
      setup.cfg

2
setup.cfg

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

Loading…
Cancel
Save