Skip to content

Commit d52ee2d

Browse files
committed
Add builds which use Python 3.13
1 parent 482aa53 commit d52ee2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-with-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python: ["3.9", "3.10", "3.11", "3.12"]
15+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1616
numpy_version: ["numpy'<2'", "numpy'>=2'"]
1717
env:
1818
ONEAPI_ROOT: /opt/intel/oneapi

.github/workflows/conda-package-cf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
python: ["3.9", "3.10", "3.11", "3.12"]
22+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2323
steps:
2424
- uses: actions/checkout@v4
2525
with:
@@ -66,7 +66,7 @@ jobs:
6666

6767
strategy:
6868
matrix:
69-
python: ["3.9", "3.10", "3.11", "3.12"]
69+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
7070
env:
7171
conda-bld: C:\Miniconda\conda-bld\win-64\
7272
steps:
@@ -106,7 +106,7 @@ jobs:
106106

107107
strategy:
108108
matrix:
109-
python: ["3.9", "3.10", "3.11", "3.12"]
109+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
110110
numpy: ["1.26*", "2*"]
111111
experimental: [false]
112112
runner: [ubuntu-latest]
@@ -174,7 +174,7 @@ jobs:
174174

175175
strategy:
176176
matrix:
177-
python: ["3.9", "3.10", "3.11", "3.12"]
177+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
178178
numpy: ["1.26*", "2*"]
179179
experimental: [false]
180180
runner: [windows-2019]

0 commit comments

Comments
 (0)