Skip to content

Commit

Permalink
Py312 support (#17)
Browse files Browse the repository at this point in the history
* add Python 3.12 to pipeline

* update dependencies
  • Loading branch information
russoz authored Jun 14, 2024
1 parent 42a2673 commit 62b4143
Show file tree
Hide file tree
Showing 2 changed files with 493 additions and 474 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ubuntu-latest

steps:
Expand Down
Loading

0 comments on commit 62b4143

Please sign in to comment.