Officially remove Python 3.9 support (#15360)

This commit is contained in:
Sebastian Rittau
2026-02-09 12:16:15 +01:00
committed by GitHub
parent 29a8b8c51a
commit 576a71a75e
4 changed files with 2 additions and 6 deletions
-2
View File
@@ -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