Skip to content

Commit

Permalink
ci: test with latest py312
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Mar 3, 2024
1 parent 2a5e82f commit a1e5717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- {python: '3.9', tox: py39}
- {python: '3.10', tox: py310}
- {python: '3.11', tox: py311}
- {python: '3.12-dev', tox: py312}
- {python: '3.12', tox: py312}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit a1e5717

Please sign in to comment.