File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ Currently supported drivers are:
2525 - [ ` pg8000 ` ] ( https://github.com/tlocke/pg8000 ) (PostgreSQL)
2626 - [ ` pytds ` ] ( https://github.com/denisenkom/pytds ) (SQL Server)
2727
28- ## Supported Python Versions
29-
30- Currently Python versions >= 3.7 are supported.
3128
3229## Installation
3330
@@ -292,6 +289,14 @@ supported for 1 year.
292289** Unsupported** - Any major version that has been deprecated for >=1 year is
293290considered publicly unsupported.
294291
292+ ## Supported Python Versions
293+
294+ We test and support at a minimum, every [ active version until it's
295+ end-of-life date] [ pyver ] . Changes in supported Python versions will be
296+ considered a minor change, and will be listed in the release notes.
297+
298+ [ pyver ] : https://devguide.python.org/#status-of-python-branches
299+
295300### Release cadence
296301This project aims for a minimum monthly release cadence. If no new
297302features or fixes have been added, a new PATCH version with the latest
You can’t perform that action at this time.
0 commit comments