⬆️ Drop support for Python 3.7, require Python 3.8 or above (#1316)

This commit is contained in:
Sofie Van Landeghem
2025-03-16 21:32:07 +01:00
committed by GitHub
parent de78b8c7bc
commit b66ec8eed3
11 changed files with 15 additions and 33 deletions

View File

@@ -342,7 +342,7 @@ And as we created the **engine** with `echo=True`, we can see the SQL statements
////
//// tab | Python 3.7+
//// tab | Python 3.8+
```Python
{!./docs_src/tutorial/automatic_id_none_refresh/tutorial002.py!}