summaryrefslogtreecommitdiff
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
parent0f572cf08178681a762fc1e58ee8354f5d7d1088 (diff)
downloadsimplejson-31b8e43a160bd331d673c130f83906c31a72b12a.tar.gz
Build source with Python 3.10, update CHANGES
-rw-r--r--.github/workflows/build-and-deploy.yml4
-rw-r--r--CHANGES.txt6
2 files changed, 8 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
diff --git a/CHANGES.txt b/CHANGES.txt
index 4243b18..a1e4586 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,9 @@
+Version 3.17.6 released 2021-11-15
+
+* Declare support for Python 3.10 and add wheels
+ https://github.com/simplejson/simplejson/pull/291
+ https://github.com/simplejson/simplejson/pull/292
+
Version 3.17.5 released 2021-08-23
* Fix the C extension module to harden is_namedtuple against looks-a-likes such