We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f90581 commit 1b86035Copy full SHA for 1b86035
.github/workflows/test.yml
@@ -138,10 +138,8 @@ jobs:
138
- name: Set up Python
139
uses: actions/setup-python@v4
140
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"
+ # Pin this to the same version used on in .readthedocs.yaml
+ python-version: "3.11"
145
146
- name: Install dependencies
147
run: python -m pip install tox
0 commit comments