We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806c184 commit 72152beCopy full SHA for 72152be
.github/workflows/ci.yml
@@ -329,7 +329,7 @@ jobs:
329
matrix:
330
PYTHON:
331
- {VERSION: "3.6", TOXENV: "py36", EXTRA_CFLAGS: ""}
332
- - {VERSION: "3.10.3", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
+ - {VERSION: "3.10", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"}
333
name: "${{ matrix.PYTHON.TOXENV }} on macOS"
334
timeout-minutes: 15
335
steps:
0 commit comments