Add 3.14 to the supported environments

This commit is contained in:
Dave Halter
2026-04-27 14:01:39 +02:00
parent 94f7e540ff
commit 375dd1bacc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def test_find_system_environments():
@pytest.mark.parametrize(
'version',
['3.10', '3.11', '3.12', '3.13']
jedi.api.environment._SUPPORTED_PYTHONS,
)
def test_versions(version):
try: