Skip to content

Commit

Permalink
run on multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Jul 12, 2024
1 parent 7941760 commit be50730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
test:
name: Test with python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
os-version: ["ubuntu-latest"]
runs-on: ${{ matrix.os-version }}

steps:

Expand Down

0 comments on commit be50730

Please sign in to comment.