Skip to content

Commit 5abfc99

Browse files
committed
Revert "try pinning to older 3.10 (#7344)"
This reverts commit f581dfa.
1 parent 32c3d29 commit 5abfc99

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
@@ -346,7 +346,7 @@ jobs:
346346
matrix:
347347
PYTHON:
348348
- {VERSION: "3.6", TOXENV: "py36", EXTRA_CFLAGS: ""}
349-
- {VERSION: "3.10.3", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
349+
- {VERSION: "3.10", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
350350
RUST:
351351
- stable
352352
name: "${{ matrix.PYTHON.TOXENV }} on macOS"

0 commit comments

Comments
 (0)