summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-11-15 10:44:29 -0800
committerBob Ippolito <bob@redivi.com>2021-11-15 10:45:37 -0800
commit31b8e43a160bd331d673c130f83906c31a72b12a (patch)
treed32a1b26eeb26529ce6673a7918848298b730293 /.github
parent0f572cf08178681a762fc1e58ee8354f5d7d1088 (diff)
downloadsimplejson-31b8e43a160bd331d673c130f83906c31a72b12a.tar.gz
Build source with Python 3.10, update CHANGES
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml
index 4f4d488..b4eb545 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.1.1
+ uses: pypa/cibuildwheel@v2.2.2
env:
CIBW_TEST_COMMAND: >-
python -m simplejson.tests._cibw_runner "{project}"
@@ -65,7 +65,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
- python-version: '3.9'
+ python-version: '3.10'
- name: Build sdist
run: python setup.py sdist