diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2352ed..1a4a3fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.12"] steps: - name: Check out repository code