Skip to content

Commit

Permalink
Add py312 to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Feb 7, 2024
1 parent 01893df commit b8b4396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ envlist =
py39
py310
py311
py312
cercis
check-self
flake8-basic
Expand Down

0 comments on commit b8b4396

Please sign in to comment.