From 5ccd47d40e92dc790000a34dc6b496398ea90fa9 Mon Sep 17 00:00:00 2001 From: Qi Zhao Date: Wed, 6 Nov 2024 16:44:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20support=20Python=203.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6426069..684c8f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04, macos-12, windows-2022] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12","3.13"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/setup.cfg b/setup.cfg index e1874ee..637bc50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: CPython Environment :: Console license_files = LICENSE @@ -37,7 +38,7 @@ install_requires = click setuptools >= 66.1.0; python_version >= '3.12' setuptools <= 60.9.0; python_version < '3.12' -python_requires = >=3.6,<3.13 +python_requires = >=3.6,<3.14 packages = find: # package_dir = # = src