From ab052a35f53357791423442420e691ee3c1c9153 Mon Sep 17 00:00:00 2001 From: Anthony Onwuli Date: Thu, 24 Aug 2023 15:53:06 +0100 Subject: [PATCH] python3.11 compatibility --- .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 009f7f65..315d101c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8","3.9","3.10"] + python-version: ["3.8","3.9","3.10","3.11"] os: [ubuntu-latest,macos-latest,windows-latest] runs-on: ${{matrix.os}} diff --git a/setup.py b/setup.py index 6f33bcc9..2cc88833 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Operating System :: OS Independent",