We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5c186 commit 83b0e7fCopy full SHA for 83b0e7f
1 file changed
.github/workflows/build-upload-conda.yml
@@ -24,7 +24,7 @@ jobs:
24
matrix:
25
# TODO: Add windows.
26
os: [ubuntu-latest, macos-latest, ubuntu-24.04-arm]
27
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
28
steps:
29
- name: Determine conda label
30
run: |
0 commit comments