jkehler / awslambda-psycopg2

1.12k stars 363 forks source link

Are they plans to support Python 3.9? #67

Closed pxg closed 2 years ago

pxg commented 3 years ago

I'm keen to use Python 3.9 on lambda, as far as I can tell this library doesn't support it yet, are there plans to do this? I'd be happy to help with the development if someone can point me in the right direction.

(Apologies if this technically isn't considered an issue)

ghost commented 2 years ago

Hi, Is it available for 3.9 now?

buchs commented 2 years ago

I would use a 3.9 version also, if it were available. I wish there was some build information here, because I might create a PR to build 3.9 if I understood the process. Since nothing in this repo's released files seems to have changed in 2 years, I am guessing it is mostly not alive.

jackhamburger commented 2 years ago

@buchs and @aamirenvy Did you every find a 3.9 solution?

buchs commented 2 years ago

No, I guess it would be build it myself. I did suggest to AWS that they take on this project.

gwilson185 commented 2 years ago

I stopped using this project a while back because I now use SAM to build my lambda in a docker container. Then I just specify psycopg2 in my requirements.txt and the correct binary lib gets loaded.

On Apr 15, 2022, at 8:26 AM, Kevin Buchs @.***> wrote:

No, I guess it would be build it myself. I did suggest to AWS that they take on this project.

— Reply to this email directly, view it on GitHub https://github.com/jkehler/awslambda-psycopg2/issues/67#issuecomment-1100075390, or unsubscribe https://github.com/notifications/unsubscribe-auth/AECDIHXKKDIAB3EPMBAL2LLVFFN5XANCNFSM5DLMYIIQ. You are receiving this because you are subscribed to this thread.

ianbinder commented 2 years ago

I just committed a PR for this. Waiting on approval.

ianbinder commented 2 years ago

It's been merged - we can close this :D