Bugfix: Python & RQ Version (#1757)

* Fix min version on `setup.py`

* Fix rq version
This commit is contained in:
lowercase00 2023-01-22 22:23:38 -03:00 committed by GitHub
parent fa7a635aa4
commit e163e224e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
VERSION = '1.11.1'
VERSION = '1.12.0'

View File

@ -41,7 +41,7 @@ setup(
zip_safe=False,
platforms='any',
install_requires=get_requirements(),
python_requires='>=3.5',
python_requires='>=3.6',
entry_points={
'console_scripts': [
'rq = rq.cli:main',