procrastinate icon indicating copy to clipboard operation
procrastinate copied to clipboard

Explicit supported Postgres version

Open ewjoachim opened this issue 5 years ago • 2 comments
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.

ewjoachim avatar Jul 18 '20 16:07 ewjoachim