-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Postgresql{13..17}: update to newest versions #28413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Notifying maintainers: |
It looks like your PR got raced by mine earlier in the week. I think this one is OK, though, after a rebase on master. However, I would keep the Python 2.7 variant on the ports that had it becuase it is very challenging for any users on Python 2 to get off of it. It is a much more practical experience for them to get off of Python 2 when they do a major PostgreSQL update. |
6a0c5c6
to
4fce054
Compare
🆗 I've reversed the python27 changes - they were only present in 13 & 14 |
e0f8013
to
38ab51e
Compare
🤔 any chance I could make you take a look at #27811 🙏🏻❓ |
- use Python 3.13, LLVM 20 in postgresql13 port
- use Python 3.13, LLVM 20 in postgresql14 port
- use Python 3.13, LLVM 20 postgresql15 port
- use Python 3.13, LLVM 20 in postgresql16 port
- use Python 3.13, LLVM 20 in postgreqsl17 port
update to newest versions
update variant python to python313
update variant llvm to llvm-20