Skip to content

Commit

Permalink
feat: Python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielptv committed Feb 13, 2024
1 parent 265f07f commit 3264a21
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 496 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit 3264a21

Please sign in to comment.