Skip to content

Commit 3eb2994

Browse files
chore: clarify python version policy (#365)
* chore: clarify python version policy * Update README.md Co-authored-by: Jack Wotherspoon <jackwoth@google.com> Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
1 parent 13112ae commit 3eb2994

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
293290
considered 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
296301
This project aims for a minimum monthly release cadence. If no new
297302
features or fixes have been added, a new PATCH version with the latest

0 commit comments

Comments
 (0)