Skip to content

Commit 27f23de

Browse files
committed
Revert "try pinning to older 3.10 (#7344)"
This reverts commit f581dfa.
1 parent f58efcc commit 27f23de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
matrix:
345345
PYTHON:
346346
- {VERSION: "3.6", TOXENV: "py36", EXTRA_CFLAGS: ""}
347-
- {VERSION: "3.10.3", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
347+
- {VERSION: "3.10", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
348348
RUST:
349349
- stable
350350
name: "${{ matrix.PYTHON.TOXENV }} on macOS"

0 commit comments

Comments
 (0)