procrastinate
procrastinate copied to clipboard
Explicit supported Postgres version
trafficstars
Currently:
- We're not making explicit the supported PG versions
- We're not testing the supported versions
I definitely don't want to make a cartesian product of supported python and Postgres because this will take forever to run (plus, there IS an ecological impact to all those things...). I think oldest python + all supported Postgres and oldest Postgres + all supported pythons (one line and one column)
For now I guess either we support all supported Postgres versions.