Add Python 3.10 to build matrix

This commit is contained in:
François Voron
2021-11-07 10:32:06 +01:00
parent 8ce7855e50
commit 91be9747f0
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: [3.7, 3.8, 3.9]
python_version: [3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v1

View File

@ -16,6 +16,7 @@ classifiers = [
"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",
"Topic :: Internet :: WWW/HTTP :: Session",
]