Skip to content

Commit

Permalink
GHA: require Python3.13 tests to pass
Browse files Browse the repository at this point in the history
It looks like all our dependencies are now Python3.13-ready
(https://github.com/AMICI-dev/AMICI/actions/runs/11753436377/job/32746292107),
so we should require Python3.13 tests to pass.
  • Loading branch information
dweindl committed Nov 9, 2024
1 parent 0009c4a commit 9cd54cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python_ver_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- python-version: '3.12'
experimental: false
- python-version: '3.13'
experimental: true
experimental: false

steps:
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV
Expand Down

0 comments on commit 9cd54cb

Please sign in to comment.