From ceb573f337ae3c23feb4adda0a23d4a16486e426 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Thu, 7 Oct 2021 14:46:13 +0800 Subject: [PATCH] Python 3.10 --- .github/workflows/tests.yaml | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c28853f..85e7d50 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,6 +10,7 @@ jobs: - "3.7" - "3.8" - "3.9" + - "3.10" # pypy fails in some cases but we don't care much about that # with github actions we can't mark some jobs to not affect the overall # conclusion so we have to omit "allow-failure" tests. diff --git a/setup.py b/setup.py index 3a0c9e1..14c04a6 100755 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( "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 :: Software Development",