Skip to content

Commit 72152be

Browse files
authored
Revert "try pinning to older 3.10 (#7344)" (#7346)
This reverts commit f581dfa.
1 parent 806c184 commit 72152be

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
@@ -329,7 +329,7 @@ jobs:
329329
matrix:
330330
PYTHON:
331331
- {VERSION: "3.6", TOXENV: "py36", EXTRA_CFLAGS: ""}
332-
- {VERSION: "3.10.3", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
332+
- {VERSION: "3.10", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
333333
name: "${{ matrix.PYTHON.TOXENV }} on macOS"
334334
timeout-minutes: 15
335335
steps:

0 commit comments

Comments
 (0)