mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-03 06:28:28 +08:00
Unpin Python 3.13 and 3.14 (#15634)
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
# =============
|
||||
# 3.13 and 3.14
|
||||
# =============
|
||||
|
||||
# Starting with Python 3.13.13, these methods accept None for the "scheduler"
|
||||
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
|
||||
# and earlier. For compatibility reasons, we don't allow None in the stubs.
|
||||
os.posix_spawn
|
||||
os.posix_spawnp
|
||||
|
||||
# =======
|
||||
# >= 3.13
|
||||
# =======
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
# =============
|
||||
# 3.13 and 3.14
|
||||
# =============
|
||||
|
||||
# Starting with Python 3.14.4, these methods accept None for the "scheduler"
|
||||
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
|
||||
# and earlier. For compatibility reasons, we don't allow None in the stubs.
|
||||
os.posix_spawn
|
||||
os.posix_spawnp
|
||||
|
||||
# =========
|
||||
# 3.14 only
|
||||
# =========
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
# =============
|
||||
# 3.13 and 3.14
|
||||
# =============
|
||||
|
||||
# Starting with Python 3.13.13, these methods accept None for the "scheduler"
|
||||
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
|
||||
# and earlier. For compatibility reasons, we don't allow None in the stubs.
|
||||
os.posix_spawn
|
||||
os.posix_spawnp
|
||||
@@ -1,3 +1,13 @@
|
||||
# =============
|
||||
# 3.13 and 3.14
|
||||
# =============
|
||||
|
||||
# Starting with Python 3.14.4, these methods accept None for the "scheduler"
|
||||
# and "setpgroup" parameters, but would raise a TypeError with Python 3.13.12
|
||||
# and earlier. For compatibility reasons, we don't allow None in the stubs.
|
||||
os.posix_spawn
|
||||
os.posix_spawnp
|
||||
|
||||
# =========
|
||||
# 3.14 only
|
||||
# =========
|
||||
|
||||
Reference in New Issue
Block a user