Skip to content

Commit

Permalink
Test more Python versions on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 20, 2024
1 parent 1422a27 commit ca62b0f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
- os: windows-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.11"
- os: windows-latest
python-version: "3.12"
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ca62b0f

Please sign in to comment.