Drop support for Python 3.7 (#11234)

This commit is contained in:
Sebastian Rittau
2024-01-04 14:48:44 +01:00
committed by GitHub
parent 262d73c90c
commit 4e5f7a7142
10 changed files with 8 additions and 48 deletions

View File

@@ -1,7 +1,6 @@
version = "23.9.*"
upstream_repository = "https://github.com/gevent/gevent"
requires = ["types-greenlet", "types-psutil"]
requires_python = ">=3.8"
[tool.stubtest]
# Run stubtest on all platforms, since there is some platform specific stuff

View File

@@ -2,7 +2,6 @@ version = "4.20.*"
upstream_repository = "https://github.com/python-jsonschema/jsonschema"
requires = ["referencing"]
partial_stub = true
requires_python = ">=3.8"
[tool.stubtest]
ignore_missing_stub = true

View File

@@ -1,7 +1,6 @@
version = "6.3.*"
upstream_repository = "https://github.com/pyinstaller/pyinstaller"
requires = ["types-setuptools"]
requires_python = ">=3.8"
[tool.stubtest]
extras = ["completion"]