From b03b896be9c2cfd302124d33d45dd03f710e414b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 18 Jun 2022 13:07:36 -0400 Subject: [PATCH] Revert "try pinning to older 3.10 (#7344)" This reverts commit f581dfa9c9235f8fa2e097366c5be2147239f3f9. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbeb81c7f4f9..443c9a58a824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,7 +344,7 @@ jobs: matrix: PYTHON: - {VERSION: "3.6", TOXENV: "py36", EXTRA_CFLAGS: ""} - - {VERSION: "3.10.4", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"} + - {VERSION: "3.10", TOXENV: "py310", EXTRA_CFLAGS: "-DUSE_OSRANDOM_RNG_FOR_TESTING"} RUST: - stable name: "${{ matrix.PYTHON.TOXENV }} on macOS"