Skip to content

Commit

Permalink
test: Actually run tests on 3.11
Browse files Browse the repository at this point in the history
Since the toxenv was not updated, we were previously only running tests
on Python 3.8 even in the 3.11 runs.  This should fix that.
  • Loading branch information
feanil committed Sep 10, 2024
1 parent 2f4f56b commit 0f39b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
python-version: [ 3.8, 3.11 ]
toxenv: [ py38, quality ]
toxenv: [ py, quality ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0f39b67

Please sign in to comment.