Skip to content

Commit

Permalink
updated tests to run with all python versions on push
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoens committed Jan 4, 2024
1 parent 7ce7f5d commit 6cbeebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
# https://github.com/actions/setup-python/issues/682
python-version: [3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 6cbeebe

Please sign in to comment.