Skip to content

Commit

Permalink
Update actions to allow 3.10 wheels to build. (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Oct 12, 2021
1 parent f99da49 commit f306906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-python.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
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"

- name: Build Manylinux Wheels (Python 3)
uses: pypa/cibuildwheel@v2.0.1
uses: pypa/cibuildwheel@v2.1.3
env:
CIBW_PLATFORM: linux
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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -119,6 +119,7 @@ def build_extension(self, ext):
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Monitoring",
Expand Down

0 comments on commit f306906

Please sign in to comment.