Skip to content

Commit

Permalink
Update develop workflow
Browse files Browse the repository at this point in the history
- python versions must be strings?
  • Loading branch information
Carsten Fortmann-Grote committed Mar 21, 2024
1 parent 05e18ec commit bee230d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python-versions: [3.8, 3.9, 3.10, 3.11, 3.12]
python-versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit bee230d

Please sign in to comment.