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 cd5125c commit 2cd17baCopy full SHA for 2cd17ba
tests/test_multiple_interpreters.py
@@ -15,9 +15,9 @@ def test_independent_subinterpreters():
15
16
sys.path.append(".")
17
18
- if sys.version_info >= (3, 14):
+ if sys.version_info >= (3, 15):
19
import interpreters
20
- elif sys.version_info >= (3, 13):
+ elif sys.version_info >= (3, 14):
21
import _interpreters as interpreters
22
elif sys.version_info >= (3, 12):
23
import _xxsubinterpreters as interpreters
0 commit comments