Skip to content

Commit

Permalink
added specific python 3.10 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoens committed Jan 4, 2024
1 parent decc4f2 commit 6e8c35f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.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, 3.10.0]
python-version: [3.8, 3.9, 3.10.13]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
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, 3.10.0]
python-version: [3.8, 3.9, 3.10.13]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down

0 comments on commit 6e8c35f

Please sign in to comment.