Thread: Re: [PATCH] Support older Pythons in oauth_server.py

Re: [PATCH] Support older Pythons in oauth_server.py

From
Renan Alves Fonseca
Date:
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.




Re: [PATCH] Support older Pythons in oauth_server.py

From
Jacob Champion
Date:
On Tue, Apr 22, 2025 at 2:43 PM Renan Alves Fonseca
<renanfonseca@gmail.com> wrote:
> I did a quick test on 3.5.

Thanks!

> It seems to work after removing
> f-strings... At this point, I would be really happy with 3.6.

Ah, makes sense. Well, I'm starting with the 3.6 fix regardless, since
it's preventing RHEL8 testing. If we decide we must support 3.5, I can
patch f-strings too. Fingers crossed...

--Jacob