From 050cf02a35b670eedeb814606d27869c3a723328 Mon Sep 17 00:00:00 2001 From: Mohamed Farahat Date: Fri, 31 Mar 2023 13:18:38 +0200 Subject: [PATCH] resolving @sbor23 comments --- .github/workflows/test.yml | 1 - docs/contributing.md | 2 +- docs/tutorial/index.md | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3937770b12..855f1e2d9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/docs/contributing.md b/docs/contributing.md index 90babf15bd..3682c23ae1 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -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 diff --git a/docs/tutorial/index.md b/docs/tutorial/index.md index beb0d4129f..03bbc80e49 100644 --- a/docs/tutorial/index.md +++ b/docs/tutorial/index.md @@ -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`