From 240c10c561cc3d4c0d0edb7f033afa28a11a6c94 Mon Sep 17 00:00:00 2001 From: purarue <7804791+purarue@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:15:57 -0800 Subject: [PATCH] update python requires --- .github/workflows/main.yml | 1 + setup.cfg | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71a04bc..bda2c9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: exclude: [ { platform: macos-latest, python-version: "3.11" }, + { platform: macos-latest, python-version: "3.12" }, ] runs-on: ${{ matrix.platform }} diff --git a/setup.cfg b/setup.cfg index ade3fd6..72819be 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,14 +13,13 @@ classifiers = Operating System :: OS Independent Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 [options] -python_requires = >=3.8 +python_requires = >3.9 include_package_data = True zip_safe = False