Skip to content

Commit f306906

Browse files
authored
Update actions to allow 3.10 wheels to build. (#406)
1 parent f99da49 commit f306906

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
CIBW_ENVIRONMENT: "LD_LIBRARY_PATH=/opt/rh/=vtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib"
5555

5656
- name: Build Manylinux Wheels (Python 3)
57-
uses: pypa/cibuildwheel@v2.0.1
57+
uses: pypa/cibuildwheel@v2.1.3
5858
env:
5959
CIBW_PLATFORM: linux
6060
CIBW_BUILD: cp36-manylinux_aarch64 cp37-manylinux_aarch64 cp38-manylinux_aarch64 cp39-manylinux_aarch64 cp310-manylinux_aarch64 cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp39-manylinux_x86_64 cp310-manylinux_x86_64

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def build_extension(self, ext):
119119
"Programming Language :: Python :: 3.7",
120120
"Programming Language :: Python :: 3.8",
121121
"Programming Language :: Python :: 3.9",
122+
"Programming Language :: Python :: 3.10",
122123
"Programming Language :: Python :: Implementation :: CPython",
123124
"Programming Language :: Python :: Implementation :: PyPy",
124125
"Topic :: System :: Monitoring",

0 commit comments

Comments
 (0)