Skip to content

Commit

Permalink
Update python versions github actions (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed May 3, 2023
1 parent 497a1aa commit e66dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']

env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit e66dde5

Please sign in to comment.