pyramid_celery icon indicating copy to clipboard operation
pyramid_celery copied to clipboard

Proposal Release 5.0.0a

Open fmigneault opened this issue 2 years ago • 3 comments

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_module option for alternate location of celeryconfig.py
    • fixes #89
    • fixes #90

fmigneault avatar Nov 21 '23 03:11 fmigneault

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 ?

tonthon avatar Mar 06 '24 15:03 tonthon

would be good to also include support bool and int config params

kgk avatar Mar 25 '24 23:03 kgk

@kgk I'm willing to integrate your PR to this unofficial branch once its comments are addressed.

fmigneault avatar Mar 26 '24 19:03 fmigneault