Skip to content

Commit

Permalink
resolving @sbor23 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
farahats9 committed Mar 31, 2023
1 parent 0eee8e8 commit 050cf02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 050cf02

Please sign in to comment.