Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python 3.13 #207

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Exclude Python 3.13 for miniforge-cuda, too.
bdice committed Dec 17, 2024
commit 8b961f46eb8fbae9d1aabacce03dba26ee92f245
2 changes: 2 additions & 0 deletions matrix.yaml
Original file line number Diff line number Diff line change
@@ -29,6 +29,8 @@ CI_IMAGE_CONFIG:
docker_target: ""
exclude:
# Python 3.13 isn't ready for conda yet (needs support in the conda package)
- PYTHON_VER: "3.13"
IMAGE_REPO: "miniforge-cuda"
- PYTHON_VER: "3.13"
IMAGE_REPO: "ci-conda"