Skip to content

Commit

Permalink
Build conda / micromamba base images on Python 3.12 (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom authored Mar 4, 2024
1 parent 3f894c5 commit f571ff3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
image-name: ["debian_slim", "conda", "micromamba"]
exclude:
# Exclude base images that currently fail to build becasue multidict,
# a transitive dependency, has not published wheels for Python 3.12:
# https://github.com/aio-libs/multidict/issues/887
- python-version: 3.12
image-name: conda
- python-version: 3.12
image-name: micromamba

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f571ff3

Please sign in to comment.