mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-28 00:15:29 +08:00
Remove Python 3.9 and 3.10
This commit is contained in:
@@ -26,7 +26,7 @@ def test_find_system_environments():
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
'version',
|
||||
['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
|
||||
['3.10', '3.11', '3.12', '3.13']
|
||||
)
|
||||
def test_versions(version):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user