Skip to content

Commit

Permalink
Merge pull request #3 from sbesson/python312
Browse files Browse the repository at this point in the history
Python 3.12 support
  • Loading branch information
chris-allan authored Feb 1, 2024
2 parents b5a99d9 + d11bdeb commit a29bab0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
build:
strategy:
matrix:
version: ['cp38-cp38', 'cp39-cp39', 'cp310-cp310', 'cp311-cp311']
version:
- 'cp38-cp38'
- 'cp39-cp39'
- 'cp310-cp310'
- 'cp311-cp311'
- 'cp312-cp312'
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
Expand Down
2 changes: 1 addition & 1 deletion patches

0 comments on commit a29bab0

Please sign in to comment.