Re: [PATCH] Support older Pythons in oauth_server.py - Mailing list pgsql-hackers

From Renan Alves Fonseca
Subject Re: [PATCH] Support older Pythons in oauth_server.py
Date
Msg-id 875xiv7tzl.fsf@gmail.com
Whole thread Raw
In response to [PATCH] Support older Pythons in oauth_server.py  (Jacob Champion <jacob.champion@enterprisedb.com>)
Responses Re: [PATCH] Support older Pythons in oauth_server.py
List pgsql-hackers
Jacob Champion <jacob.champion@enterprisedb.com> writes:

>
> This is tested against Python 3.6.15 (3.6 went EOL at the end of
> 2021). I'm working on getting Rocky 8 installed locally to test
> against. If it's decided we want to support downwards to 3.5, I will
> test there too (but I hope we don't; see parent thread).
>

I did a quick test on 3.5. It seems to work after removing
f-strings... At this point, I would be really happy with 3.6.




pgsql-hackers by date:

Previous
From: "Robin Haberkorn"
Date:
Subject: Re: [PATCH] contrib/xml2: xslt_process() should report XSLT-related error details
Next
From: Jacob Champion
Date:
Subject: Re: What's our minimum supported Python version?