Skip to content

Commit

Permalink
[update] test with py312
Browse files Browse the repository at this point in the history
  • Loading branch information
NatLee committed Feb 5, 2024
1 parent 715ac4d commit 626b10e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{37,38,39,310,311}
envlist = py{37,38,39,310,311,312}
minversion = 3.3.0
isolated_build = true

Expand Down

0 comments on commit 626b10e

Please sign in to comment.