Skip to content

Commit f2711b7

Browse files
committed
Further restrict the Python version for mypy to work
1 parent 46f076e commit f2711b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- name: Set up Poetry
230230
uses: ./setup-poetry
231231
- name: Create project
232-
run: poetry new test-project --python ">=3.7,<4.0"
232+
run: poetry new test-project --python ">=3.9,<4.0"
233233
- name: Add docstrings to source and test files
234234
shell: python
235235
run: |

0 commit comments

Comments
 (0)