From c064013b9c19c6225b6edd818ced0f4003d22854 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 24 Oct 2021 07:58:34 +0200 Subject: [PATCH 1/3] Test on Python 3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “3.10” must be quoted or yaml will treat it as 3.1. --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index daae6668..b23455c8 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3] + python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy3] steps: - uses: actions/checkout@v2 From 3c8382d2af3ef9239f64f6524cbe1abeb949729c Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 24 Oct 2021 08:01:32 +0200 Subject: [PATCH 2/3] strategy: fail-fast: false --- .github/workflows/python-package.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b23455c8..75231110 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", pypy3] From 968334acb48c79bc801ca61ee1d0f77d570ccadb Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 24 Oct 2021 08:06:43 +0200 Subject: [PATCH 3/3] "Programming Language :: Python :: 3.10", --- you-get.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/you-get.json b/you-get.json index e98e2e8a..a9ef1dd5 100644 --- a/you-get.json +++ b/you-get.json @@ -25,6 +25,8 @@ "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", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Multimedia",