aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2022-12-02 19:52:34 -0500
committerJohn Snow <jsnow@redhat.com>2023-01-04 13:46:05 -0500
commit519f3cfce07a067971ff39d4a989b77e7100a947 (patch)
treeb2aee253c60ba47f6e9c0639505b83551ca2ee46 /python
parent5bcf18b0ac2e95ed4490dd63976b9f7831272819 (diff)
downloadqemu-519f3cfce07a067971ff39d4a989b77e7100a947.zip
qemu-519f3cfce07a067971ff39d4a989b77e7100a947.tar.gz
qemu-519f3cfce07a067971ff39d4a989b77e7100a947.tar.bz2
python: add 3.11 to supported list
Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com> Message-id: 20221203005234.620788-4-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python')
-rw-r--r--python/setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg
index c0d7bab..5641815 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -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]
@@ -159,7 +160,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]