From 6c34f6b8d9dde321434d4376247d1e8832850a65 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 25 Oct 2023 01:33:25 +0000 Subject: [PATCH] ci: remove misplaced comment --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a9a6e7a..d35ce3a15 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,10 +84,6 @@ jobs: rust: 1.73.0 # Minimum Supported Rust Version = 1.67.0 - # - # Minimum Supported Python Version = 3.7 - # This is the minimum version for which manylinux Python wheels are - # built. - os: ubuntu-latest rust: 1.67.0 runs-on: ${{ matrix.os }}