Skip to content

Commit

Permalink
Add Python 3.12 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Jul 9, 2024
1 parent faecd6c commit d80def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
platform: [ubuntu-latest, macos-13, windows-2019]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit d80def3

Please sign in to comment.