Skip to content

Commit eec501d

Browse files
committed
small mods on the path toward supporting Python 3.13 & test for pg17
1 parent 784b0a5 commit eec501d

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2021-2024, Lussier
1+
Copyright (c) 2021-2025, Lussier
22
Portions Copyright (c) 2013, Kozea
33

44
Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Multicorn2
44

55
Multicorn Python3 Foreign Data Wrapper (FDW) for Postgresql. Tested on Linux w/ Python 3.9-3.12 & Postgres 13-17.
66

7+
Testing is underway for supporting Python 3.13 and is expected in v3.1. Newest versions of major linux distro's (Debian 12, Ubuntu 24.04 & EL10) are all still using Python 3.12 so sticking with using 3.12 is advised in the short run.
8+
79
The Multicorn Foreign Data Wrapper allows you to fetch foreign data in Python in your PostgreSQL server.
810

911
Multicorn2 is distributed under the PostgreSQL license. See the LICENSE file for

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
postgresql_14
3434
postgresql_15
3535
postgresql_16
36+
postgresql_17
3637
];
3738
testVersionCombos = pkgs.lib.cartesianProductOfSets {
3839
python = testPythonVersions;

test-3.13

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test-3.9

0 commit comments

Comments
 (0)