Browse Source

Build: use python >= 3.9

pull/14/head
heck 3 years ago
parent
commit
4776a202fa
  1. 3
      setup.cfg

3
setup.cfg

@ -27,14 +27,13 @@ classifiers =
[options] [options]
zip_safe = false zip_safe = false
include_package_data = true include_package_data = true
python_requires = >=3.7,<3.10 python_requires = >=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
setup_requires = setup_requires =
setuptools >=39.2.0 setuptools >=39.2.0
setuptools_scm >= 4.1.2 setuptools_scm >= 4.1.2
wheel
[options.extras_require] [options.extras_require]
# To install these dependencies, run pip install .[test] # To install these dependencies, run pip install .[test]
test = test =

Loading…
Cancel
Save