Skip to content

Commit 06a34e1

Browse files
committed
Add Python 3.13 to conda-package workflows
1 parent 9390996 commit 06a34e1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.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.10", "3.11", "3.12"]
22+
python: ["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.10", "3.11", "3.12"]
69+
python: ["3.10", "3.11", "3.12", "3.13"]
7070
env:
7171
conda-bld: C:\Miniconda\conda-bld\win-64\
7272
steps:
@@ -108,7 +108,7 @@ jobs:
108108

109109
strategy:
110110
matrix:
111-
python: ["3.10", "3.11", "3.12"]
111+
python: ["3.10", "3.11", "3.12", "3.13"]
112112
numpy: ["2*"]
113113
experimental: [false]
114114
runner: [ubuntu-latest]
@@ -176,7 +176,7 @@ jobs:
176176

177177
strategy:
178178
matrix:
179-
python: ["3.10", "3.11", "3.12"]
179+
python: ["3.10", "3.11", "3.12", "3.13"]
180180
numpy: ["2*"]
181181
experimental: [false]
182182
runner: [windows-latest]

.github/workflows/conda-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
numpy: '2.3'
115115
- python: '3.12'
116116
numpy: '2.3'
117+
- python: '3.13'
118+
numpy: '2.3'
117119
env:
118120
CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
119121

@@ -184,6 +186,8 @@ jobs:
184186
numpy: '2.3'
185187
- python: '3.12'
186188
numpy: '2.3'
189+
- python: '3.13'
190+
numpy: '2.3'
187191
env:
188192
CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
189193

0 commit comments

Comments
 (0)