mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-05 17:09:42 -06:00
⬆️ Drop support for Python 3.7, require Python 3.8 or above (#1316)
This commit is contained in:
committed by
GitHub
parent
de78b8c7bc
commit
b66ec8eed3
@@ -236,7 +236,7 @@ Now let's review all that code:
|
||||
|
||||
////
|
||||
|
||||
//// tab | Python 3.7+
|
||||
//// tab | Python 3.8+
|
||||
|
||||
```{ .python .annotate hl_lines="44-55" }
|
||||
{!./docs_src/tutorial/update/tutorial002.py!}
|
||||
@@ -272,7 +272,7 @@ This also means that you can update several fields (attributes, columns) at once
|
||||
|
||||
////
|
||||
|
||||
//// tab | Python 3.7+
|
||||
//// tab | Python 3.8+
|
||||
|
||||
```{ .python .annotate hl_lines="15-17 19-21 23" }
|
||||
# Code above omitted 👆
|
||||
@@ -296,7 +296,7 @@ This also means that you can update several fields (attributes, columns) at once
|
||||
|
||||
////
|
||||
|
||||
//// tab | Python 3.7+
|
||||
//// tab | Python 3.8+
|
||||
|
||||
```Python
|
||||
{!./docs_src/tutorial/update/tutorial004.py!}
|
||||
|
||||
Reference in New Issue
Block a user