Skip to content

Commit

Permalink
add 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Oct 19, 2024
1 parent 8f0c8fb commit b785ad1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test_python_ver_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12', '3.13']
experimental: [false]

steps:
Expand Down Expand Up @@ -53,12 +53,7 @@ jobs:
# install pysb before sympy to allow for sympy>=1.12 (https://github.com/pysb/pysb/commit/e83937cb8c74afc9b2fa96595b68464946745f33)
- run: source venv/bin/activate && pip3 install git+https://github.com/pysb/pysb

# until sympy>1.12 is released
- run: source venv/bin/activate && pip3 install git+https://github.com/sympy/sympy.git@master
if: matrix.python-version == '3.12'

- run: source venv/bin/activate && pip3 install "sympy>=1.12.1"
if: matrix.python-version != '3.12'
- run: source venv/bin/activate && pip3 install "sympy>1.12"

- name: Get Pooch Cache Directory
id: get-pooch-cache
Expand Down

0 comments on commit b785ad1

Please sign in to comment.