Skip to content

Commit

Permalink
py3-conda-libmamba-solver: Disable python 3.13 support
Browse files Browse the repository at this point in the history
Signed-off-by: dann frazier <[email protected]>
  • Loading branch information
dannf committed Dec 12, 2024
1 parent 63ae9d5 commit 6229279
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions py3-conda-libmamba-solver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ vars:
data:
- name: py-versions
items:
# 3.13 is disabled until conda is available
3.10: "310"
3.11: "311"
3.12: "312"
3.13: "300"

environment:
contents:
Expand Down Expand Up @@ -115,7 +115,6 @@ subpackages:
- py3.10-${{vars.pypi-package}}
- py3.11-${{vars.pypi-package}}
- py3.12-${{vars.pypi-package}}
- py3.13-${{vars.pypi-package}}
test:
pipeline:
- uses: python/import
Expand All @@ -130,10 +129,6 @@ subpackages:
with:
python: python3.12
import: ${{vars.import}}
- uses: python/import
with:
python: python3.13
import: ${{vars.import}}

update:
enabled: true
Expand Down

0 comments on commit 6229279

Please sign in to comment.