From c29b923133668a86b802d7451e83aa92ed648de1 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 7 Feb 2023 00:41:38 +0900 Subject: [PATCH] adding python 3.10 [tag & CI] (#428) * adding python 3.10 --- .github/workflows/build.yml | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc5e0405..9bf78e8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: [2.7, 3.5, 3.7, 3.8, 3.9] + python-version: ["2.7", "3.5", "3.7", "3.8", "3.9", "3.10"] steps: # Checkout the repo. diff --git a/setup.py b/setup.py index f1f91103..8e95f414 100644 --- a/setup.py +++ b/setup.py @@ -71,6 +71,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Operating System :: OS Independent', 'Operating System :: POSIX',