Skip to content

Commit

Permalink
first druft support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
liormizr committed Dec 7, 2023
1 parent a0002ef commit c58a02a
Show file tree
Hide file tree
Showing 10 changed files with 1,438 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
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@v2

Expand Down
File renamed without changes.
Loading

0 comments on commit c58a02a

Please sign in to comment.