Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.13']
python-version: ['3.11', '3.14']

steps:
- name: Check out repository
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: macos-14
strategy:
matrix:
python-version: ['3.13']
python-version: ['3.14']

steps:
- name: Check out repository
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ['3.13']
python-version: ['3.14']

steps:
- name: Check out repository
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.13']
python-version: ['3.11', '3.14']

steps:
- name: Check out repository
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.13']
python-version: ['3.11', '3.14']

# needed to allow julia-actions/cache to delete old caches that it has created
permissions:
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.13']
python-version: ['3.14']

steps:
- name: Check out repository
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.13']
python-version: ['3.11', '3.14']

steps:
- name: Check out repository
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.13']
python-version: ['3.11', '3.14']

steps:
- name: Check out repository
Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.13']
python-version: ['3.14']

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ deps =
# python3 -m pip install git+https://github.com/AMICI-dev/amici.git@main\#egg=amici&subdirectory=python/sdist
commands_pre =
python3 -m pip uninstall -y amici
python3 -m pip install git+https://github.com/AMICI-dev/[email protected].1\#egg=amici&subdirectory=python/sdist
python3 -m pip install git+https://github.com/AMICI-dev/[email protected].2\#egg=amici&subdirectory=python/sdist

commands =
# FIXME: Until we have proper PEtab v2 import
Expand Down
Loading