Skip to content

Commit 050cf02

Browse files
committed
resolving @sbor23 comments
1 parent 0eee8e8 commit 050cf02

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
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

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/tutorial/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ There's a chance that you have multiple Python versions installed.
8181

8282
You might want to try with the specific versions, for example with:
8383

84+
* `python3.11`
8485
* `python3.10`
8586
* `python3.9`
8687
* `python3.8`

0 commit comments

Comments
 (0)