Skip to content

Commit 83b0e7f

Browse files
Add python 3.14 to conda package building (#63)
1 parent 9f5c186 commit 83b0e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-upload-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
# TODO: Add windows.
2626
os: [ubuntu-latest, macos-latest, ubuntu-24.04-arm]
27-
python-version: ["3.10", "3.11", "3.12", "3.13"]
27+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2828
steps:
2929
- name: Determine conda label
3030
run: |

0 commit comments

Comments
 (0)