Skip to content

Commit 6e8c35f

Browse files
committed
added specific python 3.10 version
1 parent decc4f2 commit 6e8c35f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
14-
python-version: [3.8, 3.9, 3.10.0]
14+
python-version: [3.8, 3.9, 3.10.13]
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
1313
# https://github.com/actions/setup-python/issues/682
14-
python-version: [3.8, 3.9, 3.10.0]
14+
python-version: [3.8, 3.9, 3.10.13]
1515
os: [ubuntu-latest, windows-latest, macos-latest]
1616

1717
steps:

0 commit comments

Comments
 (0)