Skip to content

Commit 394cb3f

Browse files
committed
docs: drop support for python3.7
1 parent 6949c1e commit 394cb3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can find the docs at `Documentation <https://tortoise.github.io>`_
2929
Tortoise ORM is a young project and breaking changes are to be expected.
3030
We keep a `Changelog <https://tortoise.github.io/CHANGELOG.html>`_ and it will have possible breakage clearly documented.
3131

32-
Tortoise ORM is supported on CPython >= 3.7 for SQLite, MySQL and PostgreSQL and Microsoft SQL Server and Oracle.
32+
Tortoise ORM is supported on CPython >= 3.8 for SQLite, MySQL and PostgreSQL and Microsoft SQL Server and Oracle.
3333

3434
Why was Tortoise ORM built?
3535
---------------------------

docs/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Tortoise ORM follows a the following agreed upon style:
9999
* Always try to separate out terms clearly rather than concatenate words directly:
100100
* ``some_purpose`` instead of ``somepurpose``
101101
* ``SomePurpose`` instead of ``Somepurpose``
102-
* Keep in mind the targeted Python versions of ``>=3.7``:
102+
* Keep in mind the targeted Python versions of ``>=3.8``:
103103
* Do use f-strings
104104
* Please try and provide type annotations where you can, it will improve auto-completion in editors, and better static analysis.
105105

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It's engraved in it's design that you are working not with just tables, you work
1313

1414
Source & issue trackers are available at `<https://github.com/tortoise/tortoise-orm/>`_
1515

16-
Tortoise ORM is supported on CPython >= 3.7 for SQLite, MySQL and PostgreSQL.
16+
Tortoise ORM is supported on CPython >= 3.8 for SQLite, MySQL and PostgreSQL.
1717

1818
Introduction
1919
============

0 commit comments

Comments
 (0)