Skip to content

Commit 6d15501

Browse files
authored
PYTHON-3034 Build linux wheels for Python 3.10 (#37)
1 parent 02b3207 commit 6d15501

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release-python-osx.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [macos-10.15]
37-
python-version: [3.6, 3.7, 3.8, 3.9]
37+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
3838
name: Test CPython ${{ matrix.python-version }}-${{ matrix.os }}
3939
steps:
4040
- name: Setup Python
@@ -57,7 +57,8 @@ jobs:
5757
matrix:
5858
# Cannot have '/' in artifact names, so hardcode 'quay.io/pypa/'
5959
container: ['manylinux2010_x86_64', 'manylinux2014_x86_64']
60-
python-version: ['cp36-cp36m', 'cp37-cp37m', 'cp38-cp38', 'cp39-cp39']
60+
python-version: ['cp36-cp36m', 'cp37-cp37m', 'cp38-cp38',
61+
'cp39-cp39', 'cp310-cp310']
6162
name: Build CPython ${{ matrix.python-version }}-${{ matrix.container }}
6263
steps:
6364
- uses: actions/checkout@v2
@@ -76,7 +77,8 @@ jobs:
7677
strategy:
7778
matrix:
7879
container: ['manylinux2010_x86_64', 'manylinux2014_x86_64']
79-
python-version: ['cp36-cp36m', 'cp37-cp37m', 'cp38-cp38', 'cp39-cp39']
80+
python-version: ['cp36-cp36m', 'cp37-cp37m', 'cp38-cp38',
81+
'cp39-cp39', 'cp310-cp310']
8082
name: Test CPython ${{ matrix.python-version }}-${{ matrix.container }}
8183
steps:
8284
- name: Download a previously created wheel

0 commit comments

Comments
 (0)