Skip to content

Commit

Permalink
Use Python 3.11 for report job
Browse files Browse the repository at this point in the history
Since Python 3.8 is approaching its EOL, update the report job so that
it uses Python 3.11 instead.
  • Loading branch information
fghaas committed Sep 30, 2024
1 parent eebc8ce commit 078d78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v4
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11
- name: Install dependencies
run: |
pip install coverage
Expand Down

0 comments on commit 078d78f

Please sign in to comment.