From e07bc6431a891accfe5e5c2e35ee37c90cb9c286 Mon Sep 17 00:00:00 2001 From: Juanyong Duan Date: Wed, 8 Jan 2025 14:48:30 +0800 Subject: [PATCH] add py 3.12 --- .github/workflows/cd.yml | 2 ++ pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ede82b6..80a1e6b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,6 +26,8 @@ jobs: run: python -m pip install cibuildwheel==2.19.2 - name: Build wheels + env: + CIBW_ARCHS_WINDOWS: amd64 run: python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 diff --git a/pyproject.toml b/pyproject.toml index c9892ea..8175318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,8 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] dependencies = [