Skip to content

Commit

Permalink
Add Python 3.11 and 3.12 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan committed Sep 3, 2024
1 parent 8600153 commit de68f0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit de68f0a

Please sign in to comment.