mirror of https://github.com/rq/rq.git
Add 3.11 Support (#1780)
This commit is contained in:
parent
2c4c948207
commit
271e7a8727
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8.3", "3.9", "3.10"]
|
||||
python-version: ["3.6", "3.7", "3.8.3", "3.9", "3.10", "3.11"]
|
||||
redis-version: [3, 4, 5, 6, 7]
|
||||
redis-py-version: [3.5.0]
|
||||
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8.3", "3.9", "3.10"]
|
||||
python-version: ["3.6", "3.7", "3.8.3", "3.9", "3.10", "3.11"]
|
||||
redis-version: [3, 4, 5, 6, 7]
|
||||
|
||||
steps:
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.6", "3.7", "3.8.3", "3.9", "3.10"]
|
||||
python-version: ["3.6", "3.7", "3.8.3", "3.9", "3.10", "3.11"]
|
||||
redis-version: [3, 4, 5, 6, 7]
|
||||
redis-py-version: [3.5.0]
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -76,6 +76,8 @@ setup(
|
|||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
'Programming Language :: Python :: 3.11',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Topic :: Internet',
|
||||
'Topic :: Scientific/Engineering',
|
||||
|
|
Loading…
Reference in New Issue