mirror of https://github.com/rq/rq.git
Added Python 3.9 to test matrix
This commit is contained in:
parent
ba276c274e
commit
ef4f0611a7
|
@ -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]
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue