Skip to content

Commit

Permalink
remove old description
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jan 26, 2024
1 parent 289c70b commit b52b573
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.rst
Expand Up @@ -37,7 +37,6 @@ Query::
Restrictions and Unsupported Features
--------------------------------------

- Python 3.6, 3.7, 3.8 requires backports.zoneinfo https://pypi.org/project/backports.zoneinfo/ install
- Supported Authentication METHOD are only 'trust', 'md5' and 'scram-sha-256'.
- Not full support for array data types.
- Not support for prepared statements.
Expand Down
1 change: 0 additions & 1 deletion minipg/pgcore.py
Expand Up @@ -23,7 +23,6 @@
##############################################################################
# https://github.com/nakagami/minipg/

from __future__ import print_function
import sys
import socket
import string
Expand Down

0 comments on commit b52b573

Please sign in to comment.