Python 2.7 supported dropped in 1.4.0 (CHANGES.md) (#1295)

With revision 02eb983e90 the `python_requires` was set to `3.4`
main
mbarkhau 5 years ago committed by GitHub
parent 2775185374
commit 3902962aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,7 @@
* When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks @mdawar!
* Added `--sentry-ca-certs` and `--sentry-debug` parameters to `rq worker` CLI. Thanks @kichawa!
* Jobs cleaned up by `StartedJobRegistry` are given an exception info. Thanks @selwin!
* Python 2.7 is no longer supported. Thanks @selwin!
### RQ 1.3.0 (2020-03-09)
* Support for infinite job timeout. Thanks @theY4Kman!

Loading…
Cancel
Save