From db8f2f1666f55ea2257bfdbf3cf4672d5618460a Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sat, 18 Nov 2023 19:26:24 +0000 Subject: [PATCH] Add Python 3.12 (#674) --- .github/workflows/ci.yaml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b560ec5..ef62acf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - pyver: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11'] + pyver: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11', '3.12'] timeout-minutes: 15 steps: - name: Checkout diff --git a/setup.py b/setup.py index 8490290..1ad8055 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ def read(f): "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", 'Topic :: Internet :: WWW/HTTP', 'Framework :: AsyncIO', ],