From 0a427a3fc4af3e8613527e21e6cdac4265f83641 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 21 Mar 2024 08:59:56 +0800 Subject: [PATCH] Support Python 3.12 --- .github/workflows/tests.yml | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15744af1..6da15e90 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: max-parallel: 1 # Hinet doesn't allow parallel data request fail-fast: false matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.7", "3.12"] os: [macos-latest, ubuntu-latest] steps: diff --git a/setup.py b/setup.py index 57b5ab07..f1aba4c1 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,8 @@ "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 :: Only", "Topic :: Internet :: WWW/HTTP", "Topic :: Scientific/Engineering :: Physics",