Skip to content

Commit 6cb23c7

Browse files
committed
Bump Python version for integration tests
Some packages like ``sphinx`` already started dropping support for Python 3.8.
1 parent 5f14368 commit 6cb23c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
uses: actions/setup-python@v4
218218
with:
219219
# Use a release that is not very new but still have a long life:
220-
python-version: "3.8"
220+
python-version: "3.10"
221221
- name: Install tox
222222
run: |
223223
python -m pip install tox

0 commit comments

Comments
 (0)