Skip to content

Commit 749fdc3

Browse files
authored
feat!: remove Python 2.7 from tested versions (#13675)
* feat!: remove Python 2.7 from ALL_VERSIONS * remove app engine forked noxfile-template This file should be no longer required since the only difference was 2.7 * remove 2.7 configurations
1 parent 282ba1f commit 749fdc3

File tree

6 files changed

+1
-365
lines changed

6 files changed

+1
-365
lines changed

.kokoro/python2.7/common.cfg

Lines changed: 0 additions & 54 deletions
This file was deleted.

.kokoro/python2.7/continuous.cfg

Lines changed: 0 additions & 21 deletions
This file was deleted.

.kokoro/python2.7/periodic.cfg

Lines changed: 0 additions & 22 deletions
This file was deleted.

.kokoro/python2.7/presubmit.cfg

Lines changed: 0 additions & 21 deletions
This file was deleted.

appengine/standard/noxfile-template.py

Lines changed: 0 additions & 246 deletions
This file was deleted.

noxfile-template.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

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

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

0 commit comments

Comments
 (0)