Skip to content

Commit f5d951c

Browse files
committed
github: Add python 3.13 to the test matric and remove deprecated macos-12 test
1 parent f8cddfe commit f5d951c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
# Support both Mac x86_64 and arm64
23-
os: [ubuntu-latest, windows-latest, macos-12, macos-latest]
24-
py-version: ["3.10", "3.11", "3.12"]
23+
os: [ubuntu-latest, windows-latest, macos-latest]
24+
py-version: ["3.10", "3.11", "3.12", "3.13"]
2525
runs-on: ${{ matrix.os }}
2626
defaults:
2727
run:
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v3
6060
- uses: actions/setup-python@v3
6161
with:
62-
python-version: "3.12"
62+
python-version: "3.13"
6363
- name: Install dependencies
6464
run: pip install "maturin==$MATURIN_VERSION" pytest
6565
- name: Build source distribution
@@ -80,7 +80,7 @@ jobs:
8080
- uses: actions/checkout@v3
8181
- uses: actions/setup-python@v3
8282
with:
83-
python-version: "3.12"
83+
python-version: "3.13"
8484
- name: Install dependencies
8585
run: pip install .[test]
8686
- name: Run benchmarks

0 commit comments

Comments
 (0)