Test under Python 3.10b3 (#1707)

This commit is contained in:
Joe 2021-06-22 20:25:19 +08:00 committed by GitHub
parent bb7f7dfda8
commit 6b93787514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View 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"

View File

@ -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",
],
)