We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96b6d5 commit bdf4a11Copy full SHA for bdf4a11
1 file changed
.github/workflows/pre-commit.yml
@@ -12,7 +12,8 @@ jobs:
12
uses: actions/checkout@v4
13
- name: Install Python
14
uses: actions/setup-python@v5
15
-
+ with:
16
+ python-version: '>=3.9 <3.12'
17
- name: Install poetry
18
run: python -m pip install poetry
19
- name: Cache the virtualenv
0 commit comments