Added Python 3.9 to test matrix

main
Selwin Ong 4 years ago
parent ba276c274e
commit ef4f0611a7

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: 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-version: [3, 4, 5, 6]
redis-py-version: [3.5.0] redis-py-version: [3.5.0]

@ -76,6 +76,7 @@ setup(
'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',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet', 'Topic :: Internet',
'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering',

Loading…
Cancel
Save