Skip to content

Commit 339b567

Browse files
[primer] Make the primer default interpreter consistent
1 parent e737d0c commit 339b567

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/primer_comment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ env:
1616
# This needs to be the SAME as in the Main and PR job
1717
CACHE_VERSION: 4
1818
KEY_PREFIX: venv-primer
19+
# If you change this, also change PRIMER_CURRENT_INTERPRETER in
20+
# tests/testutils/_primer/test_primer.py
1921
DEFAULT_PYTHON: "3.13"
2022

2123
permissions:

tests/testutils/_primer/test_primer.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
PACKAGES_TO_PRIME_PATH = TEST_DIR_ROOT / "primer/packages_to_prime.json"
2222
FIXTURES_PATH = HERE / "fixtures"
2323

24-
PRIMER_CURRENT_INTERPRETER = (3, 11)
24+
# If you change this, also change DEFAULT_PYTHON in
25+
# ``.github/workflows/primer_comment.yaml``
26+
PRIMER_CURRENT_INTERPRETER = (3, 13)
2527

2628
DEFAULT_ARGS = ["python tests/primer/__main__.py", "compare", "--commit=v2.14.2"]
2729

0 commit comments

Comments
 (0)