mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 09:08:27 +08:00
Drop support for Python 3.7 (#11234)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user