Browse Source

setup.cfg: bump minimum Python version to 3.11

The MMGen Project 2 months ago
parent
commit
28c39f2b5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -54,7 +54,7 @@ classifiers  =
 	Development Status :: 5 - Production/Stable
 
 [options]
-python_requires = >=3.9
+python_requires = >=3.11
 include_package_data = True
 
 install_requires =