mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
CI/CD: use Python 3.12 by default
For CI/CD tasks not testing a specific Python version, switch to Python 3.12. (Had been using mixture of 3.10 and 3.11. GitHub's ubuntu-22.04 runner has Python 3.10 installed by default, but 3.12 should be in the tool cache.)
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -82,7 +82,7 @@ passenv =
|
||||
ANYMAIL_TEST_*
|
||||
|
||||
[testenv:lint]
|
||||
basepython = python3.8
|
||||
basepython = python3.12
|
||||
skip_install = true
|
||||
passenv =
|
||||
CONTINUOUS_INTEGRATION
|
||||
@@ -103,7 +103,7 @@ commands =
|
||||
pre-commit run --all-files
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3.11
|
||||
basepython = python3.12
|
||||
passenv =
|
||||
CONTINUOUS_INTEGRATION
|
||||
GOOGLE_ANALYTICS_ID
|
||||
|
||||
Reference in New Issue
Block a user