]> git.proxmox.com Git - mirror_qemu.git/blobdiff - python/setup.cfg
Merge tag 'pull-qapi-2023-02-23' of https://repo.or.cz/qemu/armbru into staging
[mirror_qemu.git] / python / setup.cfg
index c0d7bab168ee51aef3f0d7cbe6d51122894651c8..9e923d97628f91e48408c73d1a02d0c171d9c45d 100644 (file)
@@ -19,6 +19,7 @@ classifiers =
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
+    Programming Language :: Python :: 3.11
     Typing :: Typed
 
 [options]
@@ -32,9 +33,7 @@ packages =
 * = py.typed
 
 [options.extras_require]
-# For the devel group, When adding new dependencies or bumping the minimum
-# version, use e.g. "pipenv install --dev pylint==3.0.0".
-# Subsequently, edit 'Pipfile' to remove e.g. 'pylint = "==3.0.0'.
+# Remember to update tests/minreqs.txt if changing anything below:
 devel =
     avocado-framework >= 90.0
     flake8 >= 3.6.0
@@ -159,7 +158,7 @@ multi_line_output=3
 # of python available on your system to run this test.
 
 [tox:tox]
-envlist = py36, py37, py38, py39, py310
+envlist = py36, py37, py38, py39, py310, py311
 skip_missing_interpreters = true
 
 [testenv]