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

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