Add Python 3.11 builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user