mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 02:42:29 +08:00
Officially remove Python 3.9 support (#15360)
This commit is contained in:
@@ -2,8 +2,6 @@ version = "3.6.1"
|
||||
upstream_repository = "https://github.com/networkx/networkx"
|
||||
# requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20"]
|
||||
# Uses more recent dataclass kwargs
|
||||
requires_python = ">=3.10"
|
||||
|
||||
[tool.stubtest]
|
||||
# stub_uploader won't allow pandas-stubs in the requires field https://github.com/typeshed-internal/stub_uploader/issues/90
|
||||
|
||||
Reference in New Issue
Block a user