Skip to content

Commit 84022a0

Browse files
committed
Adding conda build config
1 parent c6eed79 commit 84022a0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/build_anaconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
fail-fast: false
3939
matrix:
40-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
40+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4141

4242
steps:
4343
- uses: actions/checkout@v4

conda_build_config.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
python:
2+
- 3.8
3+
- 3.9
4+
- 3.10
5+
- 3.11
6+
- 3.12
7+
- 3.13
8+
- 3.14
9+
numpy:
10+
- 1.22
11+
- 1.22
12+
- 1.23
13+
- 1.26
14+
- 1.26
15+
- 2.1
16+
- 2.1
17+
zip_keys:
18+
- python
19+
- numpy

0 commit comments

Comments
 (0)