We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4575a commit 5e0324cCopy full SHA for 5e0324c
tests/test_multiple_interpreters.py
@@ -86,7 +86,7 @@ def test_dependent_subinterpreters():
86
87
sys.path.append(".")
88
89
- if sys.version_info >= (3, 14):
+ if sys.version_info >= (3, 15):
90
import interpreters
91
elif sys.version_info >= (3, 13):
92
import _interpreters as interpreters
0 commit comments