You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Multicorn2
4
4
5
5
Multicorn Python3 Foreign Data Wrapper (FDW) for Postgresql. Tested on Linux w/ Python 3.9-3.13 & Postgres 14-18.
6
6
7
-
Testing is underway for supporting Python 3.13 and is expected in v3.1. v3.1 is also expected to support pg18.
8
-
Newest versions of major linux distro's (Ubuntu 24.04 & EL10) are all still using Python 3.12 so sticking with using 3.12 is advised in the short run.
9
-
It's also advised that if you are still using EL9, and it's default Python 3.9, upgrade to using Python 3.12 in a venv because Python 3.9 is already deprecated and will soon be unsupported by this extension.
7
+
Our latest release, v3.1, supports thru pg18 (and has some testing against Python 3.13).
8
+
Newest versions of major linux distro's (Ubuntu 24.04 & EL10) ship with Python 3.12 so sticking with using 3.12 (instead of 3.13) is advised in the short run.
9
+
Python 3.9 is already deprecated by the CPython community and will soon be unsupported by this extension; use 3.10 thru 3.12 instead.
10
10
11
11
The Multicorn Foreign Data Wrapper allows you to fetch foreign data in Python in your PostgreSQL server.
0 commit comments