We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b72294 + bfb3581 commit 13c468cCopy full SHA for 13c468c
.github/workflows/wheels.yml
@@ -85,7 +85,7 @@ jobs:
85
platforms: all
86
87
- name: Build wheels
88
- uses: pypa/cibuildwheel@v2.14
+ uses: pypa/cibuildwheel@v2.16
89
env:
90
CIBW_ARCHS_LINUX: x86_64
91
pyproject.toml
@@ -36,6 +36,7 @@ xfail_strict = true
36
filterwarnings = [
37
"error",
38
"ignore:(ast.Str|Attribute s|ast.NameConstant|ast.Num) is deprecated:DeprecationWarning:_pytest",
39
+ "ignore:datetime\\.datetime\\.utcfromtimestamp\\(\\)*:DeprecationWarning", # https://github.com/pytest-dev/pytest/issues/11528
40
]
41
42
[tool.cibuildwheel]
0 commit comments