Refresh sync reminders

This commit is contained in:
Hynek Schlawack 2023-01-29 11:37:16 +01:00
parent c9c7595b69
commit 42b8aa122f
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
2 changed files with 2 additions and 1 deletions

View File

@ -131,6 +131,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
# Keep in sync with tox/docs and .readthedocs.yaml.
python-version: "3.10"
- run: python -m pip install --upgrade wheel 'tox<4'

View File

@ -16,7 +16,7 @@ isolated_build = True
[testenv:docs]
# Keep basepython in sync with ci.yml/docs and .readthedocs.yml.
# Keep basepython in sync with ci.yml/docs and .readthedocs.yaml.
basepython = python3.10
extras = docs
commands =