Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .kokoro/python2.7/common.cfg

This file was deleted.

21 changes: 0 additions & 21 deletions .kokoro/python2.7/continuous.cfg

This file was deleted.

22 changes: 0 additions & 22 deletions .kokoro/python2.7/periodic.cfg

This file was deleted.

21 changes: 0 additions & 21 deletions .kokoro/python2.7/presubmit.cfg

This file was deleted.

246 changes: 0 additions & 246 deletions appengine/standard/noxfile-template.py

This file was deleted.

2 changes: 1 addition & 1 deletion noxfile-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def get_pytest_env_vars() -> dict[str, str]:


# All versions used to tested samples.
ALL_VERSIONS = ["2.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
ALL_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

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