Skip to content

Commit

Permalink
Run tests against Python 3.11 and 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Dec 7, 2023
1 parent a31e277 commit cb32b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -63,6 +63,8 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit cb32b15

Please sign in to comment.