11
11
max-parallel : 4
12
12
fail-fast : false
13
13
matrix :
14
- python-version : [3.7, 3. 8, 3.9, '3.10', 3.11]
14
+ python-version : [3.8, 3.9, '3.10', 3.11, 3.12 ]
15
15
platform : [macos-latest, windows-latest] # Wheels on linux below
16
16
runs-on : ${{ matrix.platform }}
17
17
48
48
- name : Set up Python
49
49
uses : actions/setup-python@v5
50
50
with :
51
- python-version : 3.10
51
+ python-version : 3.11
52
52
- name : Stable with rustfmt and clippy
53
53
uses : actions-rs/toolchain@v1
54
54
with :
61
61
- name : Python wheels manylinux build
62
62
uses : RalfG/python-wheels-manylinux-build@v0.7.1
63
63
with :
64
- python-versions : ' cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'
64
+ python-versions : ' cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 '
65
65
build-requirements : ' setuptools cython setuptools_scm'
66
66
- name : Build and publish wheel
67
67
env :
79
79
- name : Set up Python
80
80
uses : actions/setup-python@v5
81
81
with :
82
- python-version : 3.10
82
+ python-version : 3.11
83
83
- name : Set up QEMU
84
84
id : qemu
85
85
uses : docker/setup-qemu-action@v3
90
90
- name : Python wheels manylinux build
91
91
uses : RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_aarch64
92
92
with :
93
- python-versions : ' cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
93
+ python-versions : ' cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312 '
94
94
build-requirements : ' setuptools cython setuptools_scm'
95
95
- name : Build and publish wheel
96
96
env :
@@ -106,7 +106,7 @@ jobs:
106
106
- name : Set up Python
107
107
uses : actions/setup-python@v5
108
108
with :
109
- python-version : ' 3.10 '
109
+ python-version : ' 3.11 '
110
110
- name : Install dependencies
111
111
run : |
112
112
python -m pip install --upgrade pip
0 commit comments