resolving @sbor23 comments

This commit is contained in:
Mohamed Farahat 2023-03-31 13:18:38 +02:00 committed by Anton De Meester
parent b671ffdb33
commit 05b1f45ec0
3 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,6 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: python -m poetry install
- name: Lint
if: ${{ matrix.python-version != '3.7' }}
run: python -m poetry run bash scripts/lint.sh
- run: mkdir coverage
- name: Test

View File

@ -8,7 +8,7 @@ If you already cloned the repository and you know that you need to deep dive in
### Python
SQLModel supports Python 3.7 and above, but for development you should have at least **Python 3.7**.
SQLModel supports Python 3.7 and above.
### Poetry

View File

@ -81,6 +81,7 @@ There's a chance that you have multiple Python versions installed.
You might want to try with the specific versions, for example with:
* `python3.11`
* `python3.10`
* `python3.9`
* `python3.8`