mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-12-19 04:58:50 +08: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
@@ -356,7 +356,7 @@ Now we can run the tests with `pytest` and see the results:
|
||||
$ pytest
|
||||
|
||||
============= test session starts ==============
|
||||
platform linux -- Python 3.7.5, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
|
||||
platform linux -- Python 3.10.0, pytest-7.4.4, pluggy-1.5.0
|
||||
rootdir: /home/user/code/sqlmodel-tutorial
|
||||
<b>collected 7 items </b>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user