diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 2e2253e..1cb2220 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -16,13 +16,11 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy3.9"] + python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"] arch: [x86_64, aarch64] exclude: - os: windows-latest arch: aarch64 - - os: macos-latest # Not yet supported by GitHub actions - arch: aarch64 - arch: aarch64 # Python 2.7 does not have a supported manylinux image for ARM64 python-version: "2.7" - os: macos-latest