From 45cbf6ead797e27bea01fced1b483ae20a51cca0 Mon Sep 17 00:00:00 2001 From: Sindy Li Date: Thu, 12 Dec 2024 14:57:34 -0800 Subject: [PATCH] Add support for Python 3.12 --- .github/workflows/build-test.yml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 33d6449..7e5b6c7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -24,6 +24,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 5e2f0e7..b554ae0 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Database", "Topic :: Software Development", "Topic :: Software Development :: Libraries",