From 42b8aa122fe02893451f5fceb54fc7bfef817ca6 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sun, 29 Jan 2023 11:37:16 +0100 Subject: [PATCH] Refresh sync reminders --- .github/workflows/ci.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 869e2a25..3ebfc370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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' diff --git a/tox.ini b/tox.ini index 2a822526..c93ed4c3 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =