Skip to content

Commit 4c9a348

Browse files
author
The ml_dtypes Authors
committed
Merge pull request #239 from jakevdp:py313-ci
PiperOrigin-RevId: 698456811
2 parents 0ac0c5f + 4a85385 commit 4c9a348

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: ["ubuntu-latest"]
35-
python-version: ["3.9", "3.10", "3.11", "3.12"]
35+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3636
include:
3737
- os: macos-14
38-
python-version: "3.11"
38+
python-version: "3.12"
3939
- os: windows-2019
40-
python-version: "3.11"
40+
python-version: "3.12"
4141

4242
steps:
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -55,16 +55,16 @@ jobs:
5555
run: |
5656
pytest -n auto
5757
build-nightly:
58-
name: Python 3.12 with nightly numpy
58+
name: Python 3.13 with nightly numpy
5959
runs-on: ubuntu-latest
6060
steps:
6161
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
with:
6363
submodules: true
64-
- name: Set up Python 3.12
64+
- name: Set up Python 3.13
6565
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
6666
with:
67-
python-version: "3.12"
67+
python-version: "3.13"
6868
- name: Install dependencies
6969
run: |
7070
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)