File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 3131 - name : Setup Python
3232 uses : actions/setup-python@v5
3333 with :
34- python-version : " 3.12 "
34+ python-version : " 3.13 "
3535
3636 - name : Install build requirements
3737 run : |
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Get code
2121 uses : actions/checkout@v4
22+ - name : Setup default Python
23+ # Change default Python version to something consistent
24+ # for installing/running tox
25+ uses : actions/setup-python@v5
26+ with :
27+ python-version : " 3.13"
2228 - name : Install tox-gh-matrix
2329 run : |
2430 python -m pip install 'tox<4' 'tox-gh-matrix<0.3'
5258 # for installing/running tox
5359 uses : actions/setup-python@v5
5460 with :
55- python-version : " 3.12 "
61+ python-version : " 3.13 "
5662 - name : Install tox
5763 run : |
5864 set -x
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ passenv =
8383 ANYMAIL_TEST_*
8484
8585[testenv:lint]
86- basepython = python3.12
86+ basepython = python3.13
8787skip_install = true
8888passenv =
8989 CONTINUOUS_INTEGRATION
@@ -104,7 +104,7 @@ commands =
104104 pre-commit run --all-files
105105
106106[testenv:docs]
107- basepython = python3.12
107+ basepython = python3.13
108108passenv =
109109 CONTINUOUS_INTEGRATION
110110 GOOGLE_ANALYTICS_ID
You can’t perform that action at this time.
0 commit comments