diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82b41e354..55c608b5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -64,7 +64,7 @@ jobs: runs-on: macos-14 strategy: matrix: - python-version: ['3.13'] + python-version: ['3.14'] steps: - name: Check out repository @@ -100,7 +100,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ['3.13'] + python-version: ['3.14'] steps: - name: Check out repository @@ -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 @@ -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: @@ -223,7 +223,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.13'] + python-version: ['3.14'] steps: - name: Check out repository @@ -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 @@ -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 @@ -331,7 +331,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.13'] + python-version: ['3.14'] steps: - name: Check out repository diff --git a/tox.ini b/tox.ini index 6aedad348..c375daa11 100644 --- a/tox.ini +++ b/tox.ini @@ -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/amici.git@v0.34.1\#egg=amici&subdirectory=python/sdist + python3 -m pip install git+https://github.com/AMICI-dev/amici.git@v0.34.2\#egg=amici&subdirectory=python/sdist commands = # FIXME: Until we have proper PEtab v2 import