From 659cffe0cc8a27da160e8e4c0ae45808e7294ed1 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 19 Jul 2023 13:43:20 +0000 Subject: [PATCH] ci: remove comment about python from rust tests --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31d681269..2a61e289b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,10 +87,6 @@ jobs: rust: 1.71.0 # Minimum Supported Rust Version = 1.66.0 - # - # Minimum Supported Python Version = 3.7 - # This is the minimum version for which manylinux Python wheels are - # built. - os: ubuntu-latest rust: 1.66.0 runs-on: ${{ matrix.os }}