Skip to content

Commit aa61536

Browse files
committed
Include Python 3.12 in CI coverage
1 parent a4169f1 commit aa61536

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
3333
matrix:
34-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
34+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
3535
platform: [
3636
{ os: "ubuntu-latest", python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu" },
3737
{ os: "macOS-latest", python-architecture: "x64", rust-target: "x86_64-apple-darwin" },
@@ -174,10 +174,6 @@ jobs:
174174
runs-on: ubuntu-latest
175175
steps:
176176
- uses: actions/checkout@v3
177-
- name: Set up Python
178-
uses: actions/setup-python@v4
179-
with:
180-
python-version: 3.8
181177
- name: Install OpenBLAS
182178
run: sudo apt install --yes libopenblas-dev
183179
- name: Install Rust
@@ -195,11 +191,6 @@ jobs:
195191
needs: [lint, check-msrv, examples]
196192
steps:
197193
- uses: actions/checkout@v3
198-
- name: Set up Python
199-
uses: actions/setup-python@v4
200-
with:
201-
python-version: 3.9
202-
architecture: x64
203194
- name: Install numpy
204195
run: pip install numpy ml_dtypes
205196
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)