From 2748f5a3e2b14d7861f4af2a803778b792e3459a Mon Sep 17 00:00:00 2001 From: Andrey Lebedev Date: Fri, 24 Mar 2023 21:14:30 +0200 Subject: [PATCH] Support Python-3.11 --- .github/workflows/test.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb394ae..2ab1853 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 diff --git a/setup.cfg b/setup.cfg index b2f769e..326be49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 License :: OSI Approved :: MIT License Operating System :: OS Independent Topic :: Software Development