Skip to content

Commit

Permalink
Bump Python version for integration tests
Browse files Browse the repository at this point in the history
Some packages like ``sphinx`` already started dropping support for Python 3.8.
  • Loading branch information
abravalheri committed Aug 18, 2023
1 parent 5f14368 commit 6cb23c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
uses: actions/setup-python@v4
with:
# Use a release that is not very new but still have a long life:
python-version: "3.8"
python-version: "3.10"
- name: Install tox
run: |
python -m pip install tox
Expand Down

0 comments on commit 6cb23c7

Please sign in to comment.