From 21433113f4cb349474256c51a45344adf0934026 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 3 Jan 2023 11:05:40 +0000 Subject: Declare support for Python 3.11 and build wheels --- .github/workflows/build-and-deploy.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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}" diff --git a/setup.py b/setup.py index 64c5c74..e5bebd5 100644 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ CLASSIFIERS = [ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules', -- cgit v1.2.1