Skip to content

Commit e90a551

Browse files
authored
Unpin Python micro versions (#7621)
Fixes #7620
1 parent a1b1b95 commit e90a551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
2424
# Python 3.9 and 3.10 temporarily pinned due to incompatibilities
2525
# between micro versions.
26-
python-version: ["3.6", "3.7", "3.8", "3.9.10", "3.10.2"]
26+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2727
fail-fast: false
2828

2929
steps:

0 commit comments

Comments
 (0)