procrastinate-org / procrastinate

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

psycopg-binary is now incompatible with py3.9 and py3.8 with an ARM mac #1125

Closed ewjoachim closed 1 month ago

ewjoachim commented 1 month ago

Psycopg announced that they're not building wheels anymore for arm64 for macos for python below 3.10.

In procrastinate, poetry env use 3.8 && poetry install fails (and same with 3.9). We should adjust the dependencies accordingly.

This will not be an issue for end users, because the lib doesn't depend on psycopg-binary, only the procrastinate development environment does.