Skip to content

Commit 9b50b36

Browse files
authored
Update samples/snippets/noxfile.py
1 parent 5fea48f commit 9b50b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
8888

8989
# DO NOT EDIT - automatically generated.
9090
# All versions used to test samples.
91-
ALL_VERSIONS = ["3.7", "3.9", "3.10", "3.11", "3.12", "3.13"]
91+
ALL_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
9292

9393
# Any default versions that should be ignored.
9494
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]

0 commit comments

Comments
 (0)