Skip to content

Commit 1b86035

Browse files
committed
docs: github action to test build should use same version rtd.org
1 parent 2f90581 commit 1b86035

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,8 @@ jobs:
138138
- name: Set up Python
139139
uses: actions/setup-python@v4
140140
with:
141-
# Pin this low because RTD doesn't seem to adopt new
142-
# versions quickly and this ensures we don't have a
143-
# dependency problem with importlib.metadata.
144-
python-version: "3.9"
141+
# Pin this to the same version used on in .readthedocs.yaml
142+
python-version: "3.11"
145143

146144
- name: Install dependencies
147145
run: python -m pip install tox

0 commit comments

Comments
 (0)