Skip to content

Commit 933e69d

Browse files
authored
Merge pull request #892 from anarkiwi/py
downgrade python
2 parents 7fa90e1 + 425bb74 commit 933e69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Python
3333
uses: actions/setup-python@v5
3434
with:
35-
python-version: '>=3.11 <3.14'
35+
python-version: '>=3.11 <3.13'
3636
- name: Install Poetry
3737
uses: snok/install-poetry@v1
3838
with:

0 commit comments

Comments
 (0)