From dacfa26404b76f531587a3ae0b98bb683592e636 Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Sun, 3 Dec 2023 18:10:29 +1000 Subject: [PATCH] Enable Python 3.12 support --- .github/workflows/build-wheels.yml | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index a8602d6b..e2c19fca 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Build wheels - uses: pypa/cibuildwheel@v2.12.2 + uses: pypa/cibuildwheel@v2.16.2 - uses: actions/upload-artifact@v3 with: diff --git a/pyproject.toml b/pyproject.toml index 5b3a02d5..3c4b6c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",