diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 4e97647..c42713a 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -64,6 +64,11 @@ jobs: python: "3.10" piparch: macosx_10_10_intel + - name: osx 3.11 intel + os: macos-latest + python: "3.11" + piparch: macosx_10_10_intel + # Windows py builds ## missing Microsoft Visual C++ 9.0 @@ -101,6 +106,11 @@ jobs: python: "3.10" piparch: win_amd64 + - name: win64 3.11 + os: windows-latest + python: "3.11" + piparch: win_amd64 + steps: - uses: actions/checkout@v3 with: @@ -234,6 +244,12 @@ jobs: manylinux: manylinux2014 arch: x86_64 + - name: linux 3.11 amd64 + os: ubuntu-latest + pyver: cp311-cp311 + manylinux: manylinux2014 + arch: x86_64 + # Linux py builds x32 - name: linux 2.7 i686 pyver: cp27-cp27m