]> git.proxmox.com Git - mirror_qemu.git/blobdiff - python/setup.cfg
bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.
[mirror_qemu.git] / python / setup.cfg
index 5d7e95f5d245ef627e69cb1421c1499e03b6d400..8c67dce45797434aa6c352c018fb6d1da3fed008 100644 (file)
@@ -14,7 +14,6 @@ classifiers =
     Natural Language :: English
     Operating System :: OS Independent
     Programming Language :: Python :: 3 :: Only
-    Programming Language :: Python :: 3.7
     Programming Language :: Python :: 3.8
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
@@ -22,7 +21,7 @@ classifiers =
     Typing :: Typed
 
 [options]
-python_requires = >= 3.7
+python_requires = >= 3.8
 packages =
     qemu.qmp
     qemu.machine
@@ -76,7 +75,7 @@ exclude = __pycache__,
 
 [mypy]
 strict = True
-python_version = 3.7
+python_version = 3.8
 warn_unused_configs = True
 namespace_packages = True
 warn_unused_ignores = False
@@ -94,22 +93,19 @@ allow_subclassing_any = True
 [mypy-fuse]
 ignore_missing_imports = True
 
-[mypy-urwid]
-ignore_missing_imports = True
-
-[mypy-urwid_readline]
+[mypy-tomli]
 ignore_missing_imports = True
 
-[mypy-pygments]
+[mypy-tomllib]
 ignore_missing_imports = True
 
-[mypy-importlib.metadata]
+[mypy-urwid]
 ignore_missing_imports = True
 
-[mypy-importlib_metadata]
+[mypy-urwid_readline]
 ignore_missing_imports = True
 
-[mypy-pkg_resources]
+[mypy-pygments]
 ignore_missing_imports = True
 
 [mypy-distlib]
@@ -186,7 +182,7 @@ multi_line_output=3
 # of python available on your system to run this test.
 
 [tox:tox]
-envlist = py37, py38, py39, py310, py311
+envlist = py38, py39, py310, py311
 skip_missing_interpreters = true
 
 [testenv]