From a169ef6124d6ace0a84926c2be0c9ef4d1145b90 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 20 Feb 2022 19:46:11 +0000 Subject: [PATCH 1/2] Update gh-ci.yaml --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 46f341c..f1219b6 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -23,7 +23,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ] - python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] + python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10"] include: - os: windows-latest python-version: 2.7 From 53b81dcc390152db69c7da51e211eb0b8d531a51 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Sun, 20 Feb 2022 19:54:16 +0000 Subject: [PATCH 2/2] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b12b739..be42bef 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Scientific/Engineering', 'Topic :: Software Development :: Libraries :: Python Modules', ],