File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 54
54
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"
55
55
56
56
- name : Build Manylinux Wheels (Python 3)
57
- uses : pypa/cibuildwheel@v2.0.1
57
+ uses : pypa/cibuildwheel@v2.1.3
58
58
env :
59
59
CIBW_PLATFORM : linux
60
60
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
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ def build_extension(self, ext):
119
119
"Programming Language :: Python :: 3.7" ,
120
120
"Programming Language :: Python :: 3.8" ,
121
121
"Programming Language :: Python :: 3.9" ,
122
+ "Programming Language :: Python :: 3.10" ,
122
123
"Programming Language :: Python :: Implementation :: CPython" ,
123
124
"Programming Language :: Python :: Implementation :: PyPy" ,
124
125
"Topic :: System :: Monitoring" ,
You can’t perform that action at this time.
0 commit comments