Skip to content

Commit

Permalink
Merge pull request #97 from ThomasWaldmann/updates
Browse files Browse the repository at this point in the history
github ci: some updates
  • Loading branch information
ThomasWaldmann committed May 7, 2024
2 parents 9cd9699 + 0ec3719 commit bc3aa6a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
cython-version: ["0.29", "3.0"]
os: [ubuntu-20.04]
os: [ubuntu-22.04]
exclude:
- python-version: "3.13-dev"
cython-version: "0.29"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit bc3aa6a

Please sign in to comment.