diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6db0ab5..27cf413 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - version: [ "3.7.2", "3.8.3", "3.9.4", "3.10.2", "3.11.3", "3.12.3", "3.13.3", "3.14.4" ] + # 3.8.3 not found + version: [ "3.7.2", "3.8.2", "3.9.4", "3.10.2", "3.11.3", "3.12.3", "3.13.3", "3.14.4" ] steps: - name: Checkout uses: actions/checkout@v2