Skip to content

Commit

Permalink
Fix typo in 639d59c
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed May 1, 2023
1 parent f9a0281 commit 5f59170
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 @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
include:
- {name: '3.11-dev', python: '3.12-dev', tox: py312}
- {name: '3.12-dev', python: '3.12-dev', tox: py312}
- {name: '3.11', python: '3.11', tox: py311}
- {name: '3.10', python: '3.10', tox: py310}
- {name: '3.9', python: '3.9', tox: py39}
Expand Down

0 comments on commit 5f59170

Please sign in to comment.