Skip to content

Commit bb9e6a4

Browse files
authored
Merge pull request #57 from apache/wheels_patch
Wheels patch
2 parents 62c6c19 + 15ae996 commit bb9e6a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
BUILD_TYPE: Release
8-
MIN_CIBUILDWHEEL_VERSION: 2.16.2
8+
MIN_CIBUILDWHEEL_VERSION: 2.22.0
99
PYTHON_VERSION: 3.x
1010

1111
jobs:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta"
2525

2626
[tool.cibuildwheel]
2727
build-verbosity = 0 # options: 1, 2, or 3
28-
skip = ["cp36-*", "cp37-*", "pp*", "*-win32"]
28+
skip = ["cp36-*", "cp37-*", "cp38-*", "pp*", "*-win32"]
2929

3030
[tool.cibuildwheel.windows]
3131
archs = ["auto64"]

version.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1

0 commit comments

Comments
 (0)