Skip to content

Commit

Permalink
chore: Install multiple versions of Python on Windows CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apricot-S committed Nov 7, 2024
1 parent a410378 commit 05c19a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12 - 3.13"
python-version: |
3.12
3.13
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 05c19a9

Please sign in to comment.