Skip to content

Commit f25708c

Browse files
committed
Anaconda build 3.10-3.12 on windows and linux
1 parent c881968 commit f25708c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build-conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
15+
os: [ubuntu-latest, windows-latest]
16+
# os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
1617
name: Build Anaconda packages on ${{ matrix.os }}
1718

1819
steps:

packaging/conda/conda_build_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ python:
22
- 3.10
33
- 3.11
44
- 3.12
5-
- 3.13 # [arm64 or linux64 or win]
5+
# - 3.13 # [arm64 or linux64 or win]
66
numpy:
77
- 2.0
88
- 2.0
99
- 2.0
10-
- 2.1 # [arm64 or linux64 or win]
10+
# - 2.1 # [arm64 or linux64 or win]
1111
zip_keys:
1212
- python
1313
- numpy

0 commit comments

Comments
 (0)