Skip to content

Commit

Permalink
Add Python 3.10, 3.11, and 3.12 to the testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 21, 2024
1 parent 2bdbfa5 commit a382bee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- python: "3.7"
- python: "3.8"
- python: "3.9"
- python: "3.10"
- python: "3.11"
- python: "3.12"

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a382bee

Please sign in to comment.