mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-01 21:06:53 +08:00
Officially drop Python 3.8 support (#13386)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version = "2.0.*"
|
||||
upstream_repository = "https://github.com/ppwwyyxx/cocoapi"
|
||||
requires = ["numpy>=2.0.0rc1; python_version>='3.9'"]
|
||||
# numpy>=2.0.0 requires Python >=3.9
|
||||
requires_python = ">=3.9"
|
||||
requires = ["numpy>=2.0.0rc1"]
|
||||
|
||||
Reference in New Issue
Block a user