]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Test under Python 3.10b3 (#1707)
authorJoe <jianghang@didiglobal.com>
Tue, 22 Jun 2021 12:25:19 +0000 (20:25 +0800)
committerGitHub <noreply@github.com>
Tue, 22 Jun 2021 12:25:19 +0000 (13:25 +0100)
.github/workflows/test-suite.yml
setup.py

index 8b9c77d5f53ac4cd2fe36272cef66f76f699218d..751c5193bece7583579b3920a46b58c4cc7e6e36 100644 (file)
@@ -14,7 +14,7 @@ jobs:
 
     strategy:
       matrix:
-        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.2"]
+        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.0-beta.3"]
 
     steps:
       - uses: "actions/checkout@v2"
index f3ada86f313bc9dc612812d5e9770834146c9827..212aedf865aefa05cb026de9da4c82f2d9ffbd1f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,7 @@ setup(
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
+        "Programming Language :: Python :: 3.10",
         "Programming Language :: Python :: 3 :: Only",
     ],
 )