Skip to content

Commit

Permalink
Merge pull request #165 from inverted-ai/add-support-for-python-3.12
Browse files Browse the repository at this point in the history
Add support for python 3.12
  • Loading branch information
Ruishenl authored Dec 19, 2023
2 parents 61e6cd8 + f47f291 commit 553e809
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 194 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11'] # 3.12 not supported yet due to build issues
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 553e809

Please sign in to comment.