From 394cb3f4b9efb82f024033c1f1280640f7f4ee17 Mon Sep 17 00:00:00 2001 From: long2ice Date: Fri, 21 Jul 2023 11:34:14 +0800 Subject: [PATCH] docs: drop support for python3.7 --- README.rst | 2 +- docs/CONTRIBUTING.rst | 2 +- docs/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 30a140158..000ffd3b5 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ You can find the docs at `Documentation `_ Tortoise ORM is a young project and breaking changes are to be expected. We keep a `Changelog `_ and it will have possible breakage clearly documented. -Tortoise ORM is supported on CPython >= 3.7 for SQLite, MySQL and PostgreSQL and Microsoft SQL Server and Oracle. +Tortoise ORM is supported on CPython >= 3.8 for SQLite, MySQL and PostgreSQL and Microsoft SQL Server and Oracle. Why was Tortoise ORM built? --------------------------- diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index eb7353fdc..234a11a2f 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -99,7 +99,7 @@ Tortoise ORM follows a the following agreed upon style: * Always try to separate out terms clearly rather than concatenate words directly: * ``some_purpose`` instead of ``somepurpose`` * ``SomePurpose`` instead of ``Somepurpose`` -* Keep in mind the targeted Python versions of ``>=3.7``: +* Keep in mind the targeted Python versions of ``>=3.8``: * Do use f-strings * Please try and provide type annotations where you can, it will improve auto-completion in editors, and better static analysis. diff --git a/docs/index.rst b/docs/index.rst index 384683499..f11783ca3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ It's engraved in it's design that you are working not with just tables, you work Source & issue trackers are available at ``_ -Tortoise ORM is supported on CPython >= 3.7 for SQLite, MySQL and PostgreSQL. +Tortoise ORM is supported on CPython >= 3.8 for SQLite, MySQL and PostgreSQL. Introduction ============