diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 94db4e9..3557547 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: strategy: matrix: distribution: [bdist_wheel] - python-3-version: [6, 7, 8, 9, '10', '11'] + python-3-version: [7, 8, 9, '10', '11'] include: - distribution: sdist python-3-version: '11'