Skip to content

Commit 13c468c

Browse files
authored
Merge pull request #13 from paulsengroup/dependabot/github_actions/pypa/cibuildwheel-2.16
Bump pypa/cibuildwheel from 2.14 to 2.16
2 parents 9b72294 + bfb3581 commit 13c468c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
platforms: all
8686

8787
- name: Build wheels
88-
uses: pypa/cibuildwheel@v2.14
88+
uses: pypa/cibuildwheel@v2.16
8989
env:
9090
CIBW_ARCHS_LINUX: x86_64
9191

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ xfail_strict = true
3636
filterwarnings = [
3737
"error",
3838
"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
3940
]
4041

4142
[tool.cibuildwheel]

0 commit comments

Comments
 (0)