Skip to content

Commit

Permalink
update docs with correct versioning info
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuyukai committed Nov 1, 2023
1 parent c61fc54 commit bf8482d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to pg-purepy's documentation!
=====================================

``pg-purepy`` is a Python 3.9+ library for connecting to a PostgreSQL server. As the name suggests,
``pg-purepy`` is a Python 3.11+ library for connecting to a PostgreSQL server. As the name suggests,
it is written in pure-Python (no C dependencies), and exports three APIs:

1. A high-level asynchronous AnyIO API based on connection pooling, that wraps multiple individual
Expand All @@ -21,7 +21,7 @@ it is written in pure-Python (no C dependencies), and exports three APIs:
Requirements
------------

1. ``pg-purepy`` requires at least Python 3.8. 3.7 may work, but is not actively supported.
1. ``pg-purepy`` requires at least Python 3.11.

2. ``pg-purepy`` requires the latest version of PostgreSQL, although in practice the protocol parser
should work with versions from 9.4 upwards.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Installation
Dependencies
------------

``pg-purepy`` requires Python 3.10 or newer.
``pg-purepy`` requires Python 3.11 or newer.

Whilst ``pg-purepy`` has no C dependencies, it does have some external Python dependencies.

Expand Down

0 comments on commit bf8482d

Please sign in to comment.