summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-11-14 09:59:31 -0800
committerBob Ippolito <bob@redivi.com>2022-11-14 09:59:31 -0800
commitef43c2dff7ec41a58945600027e2150629fd8c48 (patch)
tree8f86f9741772d036b80f4b0160e7008883970506 /.github
parent43645252224d4e529c22cb78ac42f241d6426073 (diff)
downloadsimplejson-ef43c2dff7ec41a58945600027e2150629fd8c48.tar.gz
Implement tests and fallback implementation of #301
Diffstat (limited to '.github')
-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 b4eb545..15ca1cc 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -65,7 +65,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
- python-version: '3.10'
+ python-version: '3.11'
- name: Build sdist
run: python setup.py sdist