Skip to content

Commit

Permalink
Fix missing tox-env-pythons.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jan 5, 2024
1 parent 5b77460 commit 3924013
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,19 @@ jobs:
include:
- os: ubuntu-22.04
python-version: [3, 7]
tox-env-python: python3.7
- os: ubuntu-22.04
python-version: [3, 8]
tox-env-python: python3.8
- os: ubuntu-22.04
python-version: [3, 9]
tox-env-python: python3.9
- os: ubuntu-22.04
python-version: [3, 10]
tox-env-python: python3.10
- os: ubuntu-22.04
python-version: [3, 11]
tox-env-python: python3.11
- os: ubuntu-22.04
python-version: [3, 12]
tox-env-python: python3.11
Expand Down

0 comments on commit 3924013

Please sign in to comment.