Added Python 3.9 to test matrix

This commit is contained in:
Selwin Ong 2021-05-17 14:00:00 +07:00
parent ba276c274e
commit ef4f0611a7
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8.3]
python-version: [3.5, 3.6, 3.7, 3.8.3, 3.9]
redis-version: [3, 4, 5, 6]
redis-py-version: [3.5.0]

View File

@ -76,6 +76,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet',
'Topic :: Scientific/Engineering',