mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
fix: prepare for 3.14 beta 2 (#5697)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ def test_independent_subinterpreters():
|
||||
|
||||
sys.path.append(".")
|
||||
|
||||
# This is supposed to be added to PyPI sometime in 3.14's lifespan
|
||||
# This is supposed to be added in 3.14.0b3
|
||||
if sys.version_info >= (3, 15):
|
||||
import interpreters
|
||||
elif sys.version_info >= (3, 13):
|
||||
|
||||
Reference in New Issue
Block a user