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 54
54
if : steps.cache.outputs.cache-hit != 'true'
55
55
run : python -m poetry install
56
56
- name : Lint
57
- if : ${{ matrix.python-version != '3.7' }}
58
57
run : python -m poetry run bash scripts/lint.sh
59
58
- run : mkdir coverage
60
59
- 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
8
8
9
9
### Python
10
10
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.
12
12
13
13
### Poetry
14
14
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.
81
81
82
82
You might want to try with the specific versions, for example with:
83
83
84
+ * ` python3.11 `
84
85
* ` python3.10 `
85
86
* ` python3.9 `
86
87
* ` python3.8 `
You can’t perform that action at this time.
0 commit comments