Skip to content

Commit

Permalink
Remove Python 3.12 from tests with iris
Browse files Browse the repository at this point in the history
This doesn't seems to work with mamba, causes a crash locally and
seems also in Github actions.
  • Loading branch information
ajdawson committed Oct 6, 2023
1 parent 91d604a commit 99293f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_iris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false

Expand Down

0 comments on commit 99293f6

Please sign in to comment.