Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 22, 2024
1 parent 064df2a commit ff24120
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -83,7 +83,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
run: rustup update
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: rustup update
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
architecture: ${{ matrix.platform.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
run: rustup update
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit ff24120

Please sign in to comment.