File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 if : steps.cache.outputs.cache-hit != 'true'
5555 run : python -m poetry install
5656 - name : Lint
57- if : ${{ matrix.python-version != '3.7' }}
5857 run : python -m poetry run bash scripts/lint.sh
5958 - run : mkdir coverage
6059 - name : Test
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ If you already cloned the repository and you know that you need to deep dive in
88
99### Python
1010
11- SQLModel supports Python 3.7 and above, but for development you should have at least ** Python 3.7 ** .
11+ SQLModel supports Python 3.7 and above.
1212
1313### Poetry
1414
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ There's a chance that you have multiple Python versions installed.
8181
8282You might want to try with the specific versions, for example with:
8383
84+ * ` python3.11 `
8485* ` python3.10 `
8586* ` python3.9 `
8687* ` python3.8 `
You can’t perform that action at this time.
0 commit comments