mirror of https://github.com/rq/rq.git
Remove Python 3.3 support. (#1031)
* Remove Python 3.3 support. Redis >= 3.X does only support Python >=3.4. Python 3.7 is no longer dev. * Use dev for Python 3.7 build again.
This commit is contained in:
parent
bf0b4308fd
commit
7893168c87
|
@ -4,7 +4,6 @@ services:
|
|||
- redis
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
|
1
setup.py
1
setup.py
|
@ -68,7 +68,6 @@ setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
|
|
Loading…
Reference in New Issue