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 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
2123permissions :
Original file line number Diff line number Diff line change 2121PACKAGES_TO_PRIME_PATH = TEST_DIR_ROOT / "primer/packages_to_prime.json"
2222FIXTURES_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
2628DEFAULT_ARGS = ["python tests/primer/__main__.py" , "compare" , "--commit=v2.14.2" ]
2729
You can’t perform that action at this time.
0 commit comments