mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-21 14:48:30 +00:00
resolving @sbor23 comments
This commit is contained in:
parent
b671ffdb33
commit
05b1f45ec0
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user