Skip to content

Commit

Permalink
Merge pull request #292 from simplejson/python-3.10
Browse files Browse the repository at this point in the history
Build source with Python 3.10, update CHANGES
  • Loading branch information
etrepum committed Nov 15, 2021
2 parents 0f572cf + 31b8e43 commit 695d074
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Expand Up @@ -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}"
Expand Down Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions 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
Expand Down

0 comments on commit 695d074

Please sign in to comment.