diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0e022e0b..a5e4c983 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,9 +97,7 @@ jobs: fail-fast: false matrix: python-version: - - cp39 - - pp38 - - pp39 + - cp310 - pp310 build: - linux @@ -107,14 +105,14 @@ jobs: - windows include: - build: linux - os: ubuntu-22.04 + os: ubuntu-latest - build: macos - os: macos-13 + os: macos-latest arch: 'arm64 x86_64' - build: windows - os: windows-2022 + os: windows-latest arch: 'x86 AMD64' steps: