From 2e71a99995e0f8bd7535eb656ffdd1fdb3cea0e2 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Tue, 27 Dec 2022 10:26:07 -0500 Subject: [PATCH] Mark support for python 3.11 Signed-off-by: Matthew Peveler --- .github/workflows/test.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6082d2a..8c7b5d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy3.9'] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', 'pypy3.9'] steps: - uses: actions/checkout@v3 diff --git a/setup.py b/setup.py index 11d9fa5..c026fdd 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Utilities", "Topic :: System" ]