diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index cae1ba9..d451c66 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,6 +15,7 @@ jobs: - "3.12" - "3.13" - "3.14" + - "3.14t" - "pypy-3.10" - "pypy-3.11" architecture: ["x86", "x64", "arm64"] @@ -27,6 +28,9 @@ jobs: architecture: "x86" - os: windows-latest python-version: "pypy-3.10" + - os: windows-latest + python-version: "pypy-3.11" + architecture: "x86" - os: windows-11-arm python-version: "3.10" - os: windows-latest @@ -48,7 +52,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: true - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }}