pyramid_celery
pyramid_celery copied to clipboard
Proposal Release 5.0.0a
Description
@sontek Please consider this PR that integrates many long-pending issues. I have added multiple fixes to make sure recent Python versions are handled properly.
For anyone else interested, in the meantime the version is tagged here: https://github.com/crim-ca/pyramid_celery/tree/5.0.0a
Changes and Fixes
- Add support of Python 3.12
- Add GitHub CI tests to validate all versions
- fixes #94
- fixes #96
- fixes #93
- Add support
celery_config_moduleoption for alternate location ofceleryconfig.py- fixes #89
- fixes #90
It would be nice to see a new version of pyramid_celery coming out. @sontek Can you handle it or would you like some help ?
would be good to also include support bool and int config params
@kgk I'm willing to integrate your PR to this unofficial branch once its comments are addressed.