Skip to content

Commit

Permalink
Add checks for python 3.11 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-leo committed Jul 29, 2024
1 parent c25eb55 commit 4f286b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
os: windows-latest
- python-version: '3.10'
os: ubuntu-latest
- python-version: '3.11'
os: windows-latest
- python-version: '3.12'
os: windows-latest


steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4f286b4

Please sign in to comment.