From 1cdd6b47ae8732f42ec304abd47848e591af4367 Mon Sep 17 00:00:00 2001 From: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> Date: Mon, 26 Dec 2022 12:45:33 -0600 Subject: [PATCH] Add support for Python 3.11 --- .github/workflows/ci.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd1c31c7..93dc94fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: run: coverage report -m --fail-under=100 strategy: matrix: - python-version: [ 3.7, 3.8, 3.9, '3.10' ] + python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] test-network: name: Test Network Request runs-on: ubuntu-latest diff --git a/setup.py b/setup.py index a57ed7e6..8ca35c43 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Utilities", ], description=(