From cde99fcff111b81964f2810e12f34f06a93c8ed3 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Sun, 6 Mar 2022 20:59:50 +0530 Subject: [PATCH 1/4] update classifiers added support for python 3.8, 3.9, 3.10 --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 9a0dc20d..f4f1c30e 100644 --- a/setup.py +++ b/setup.py @@ -81,5 +81,8 @@ "Operating System :: MacOS :: MacOS X", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], ) From 58225e233b02b6bf7f9cde423138297f5038225e Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Mon, 7 Mar 2022 20:15:48 +0530 Subject: [PATCH 2/4] Update ci.yml updated python version with 3.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e1ab327..506ecb64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10] env: CI: 1 steps: From 3514b95be7c133240c5eb05073adc67543ed9932 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Mon, 7 Mar 2022 20:56:23 +0530 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 506ecb64..d7894367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, 3.10] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] env: CI: 1 steps: From c00204f6ae72a5ca083557100c5be320b2826d44 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Mon, 7 Mar 2022 21:05:58 +0530 Subject: [PATCH 4/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7894367..7226cd76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10'] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] env: CI: 1 steps: