File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 16
16
# This needs to be the SAME as in the Main and PR job
17
17
CACHE_VERSION : 4
18
18
KEY_PREFIX : venv-primer
19
+ # If you change this, also change PRIMER_CURRENT_INTERPRETER in
20
+ # tests/testutils/_primer/test_primer.py
19
21
DEFAULT_PYTHON : " 3.13"
20
22
21
23
permissions :
Original file line number Diff line number Diff line change 21
21
PACKAGES_TO_PRIME_PATH = TEST_DIR_ROOT / "primer/packages_to_prime.json"
22
22
FIXTURES_PATH = HERE / "fixtures"
23
23
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 )
25
27
26
28
DEFAULT_ARGS = ["python tests/primer/__main__.py" , "compare" , "--commit=v2.14.2" ]
27
29
You can’t perform that action at this time.
0 commit comments