File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments