procrastinate-org / procrastinate

PostgreSQL-based Task Queue for Python
https://procrastinate.readthedocs.io/
MIT License
865 stars 53 forks source link

Deprecation warning for Python 3.12 #979

Closed paulzakin closed 7 months ago

paulzakin commented 8 months ago

Just noticed this when running Pytest - not a big deal!

==================================== warnings summary ===================================== .venv/lib/python3.12/site-packages/procrastinate/metadata.py:12 .../python3.12/site-packages/procrastinate/metadata.py:12: DeprecationWarning: Implicit None on return values is deprecated and will raise KeyErrors. "email": metadata["Author-email"], -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

ewjoachim commented 7 months ago

nice to know. I'll try to fix it.