Skip to content

Commit c25bf52

Browse files
committed
README updates
1 parent 968abc0 commit c25bf52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Multicorn2
33
==========
44

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

77
The Multicorn Foreign Data Wrapper allows you to fetch foreign data in Python in your PostgreSQL server.
88

@@ -151,7 +151,7 @@ nix build .#testSuites.test_pg12_py39
151151
```
152152

153153
**Known issues:**
154-
- The tests cover only the supported range of Python & PostgreSQL combinations; in particular, Python releases 3.11 and later are disabled due to failures that have not been addressed.
154+
- The tests cover only the supported range of Python & PostgreSQL combinations; in particular, Python releases 3.12 and later are disabled due to failures that have not been addressed.
155155

156156
### Adding new Python or PostgreSQL versions to the test suite
157157

0 commit comments

Comments
 (0)