Skip to content

Commit

Permalink
Add Python 3.12 to CI (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 20, 2023
1 parent 7d2c430 commit 9ded897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.11"]
python: ["3.11", "3.12"]
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit 9ded897

Please sign in to comment.