mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2024-11-21 22:58:22 +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'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: python -m poetry install
|
run: python -m poetry install
|
||||||
- name: Lint
|
- name: Lint
|
||||||
if: ${{ matrix.python-version != '3.7' }}
|
|
||||||
run: python -m poetry run bash scripts/lint.sh
|
run: python -m poetry run bash scripts/lint.sh
|
||||||
- run: mkdir coverage
|
- run: mkdir coverage
|
||||||
- name: Test
|
- name: Test
|
||||||
|
@ -8,7 +8,7 @@ If you already cloned the repository and you know that you need to deep dive in
|
|||||||
|
|
||||||
### Python
|
### 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
|
### 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:
|
You might want to try with the specific versions, for example with:
|
||||||
|
|
||||||
|
* `python3.11`
|
||||||
* `python3.10`
|
* `python3.10`
|
||||||
* `python3.9`
|
* `python3.9`
|
||||||
* `python3.8`
|
* `python3.8`
|
||||||
|
Loading…
Reference in New Issue
Block a user