From 71591e1c09aa33fc8096ddeee29dff940aa7b1f7 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Tue, 15 Feb 2022 04:45:01 +0530 Subject: [PATCH] chore: add classifier for python 3.10 (#283) Co-authored-by: Anthonios Partheniou --- .github/workflows/tests.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 282fe7fa..eb1c51d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [3.6, 3.7, 3.8, 3.9] + python: ['3.6', '3.7', '3.8', '3.9', '3.10'] variant: ['', cpp] steps: - name: Cancel Previous Runs diff --git a/setup.py b/setup.py index cf76c368..a259f8bf 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Code Generators", "Topic :: Software Development :: Libraries :: Python Modules", ],