summaryrefslogtreecommitdiff
path: root/.github/workflows/build-and-deploy.yml
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-01-03 08:43:52 -0800
committerGitHub <noreply@github.com>2023-01-03 08:43:52 -0800
commit8c5d43d9c26c44fe9274abf1e0ccccb3e8a2bc4c (patch)
tree4e89f1e8ef669b4e78ff73954b8455e3931982e7 /.github/workflows/build-and-deploy.yml
parent4a22505df8b2e3e19268606ca4e662cfd3fc458a (diff)
parent21433113f4cb349474256c51a45344adf0934026 (diff)
downloadsimplejson-8c5d43d9c26c44fe9274abf1e0ccccb3e8a2bc4c.tar.gz
Merge pull request #305 from browniebroke/python-3.11
Declare support for Python 3.11 and build wheels
Diffstat (limited to '.github/workflows/build-and-deploy.yml')
-rw-r--r--.github/workflows/build-and-deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml
index 15ca1cc..7f60e04 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -32,7 +32,7 @@ jobs:
platforms: all
- name: Build wheels
- uses: pypa/cibuildwheel@v2.2.2
+ uses: pypa/cibuildwheel@v2.11.4
env:
CIBW_TEST_COMMAND: >-
python -m simplejson.tests._cibw_runner "{project}"