From 391fadb7036a27897b694180574540fc3382f4e8 Mon Sep 17 00:00:00 2001 From: p1c2u Date: Fri, 17 Mar 2023 07:23:53 +0000 Subject: [PATCH] add python 3.11 support --- .github/workflows/python-test.yml | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index e184617..2e29fa9 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7, 3.8, 3.9] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] fail-fast: false steps: - uses: actions/checkout@v2 diff --git a/pyproject.toml b/pyproject.toml index ee4c57c..5fc5763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,8 @@ classifiers = [ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Topic :: Software Development :: Libraries" ] include = [