Merge branch 'patch-1' of https://github.com/cclauss/you-get into cclauss-patch-1

This commit is contained in:
Mort Yao 2021-11-02 21:40:32 +01:00
commit c1bccb2dfd
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251
2 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -25,6 +25,8 @@
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Internet", "Topic :: Internet",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Multimedia", "Topic :: Multimedia",