We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b454b51 commit 2dc2662Copy full SHA for 2dc2662
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
id: setup-python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.11'
+ python-version: '3.13'
23
24
- name: Install Poetry
25
uses: snok/install-poetry@v1
.github/workflows/pypi-publish.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python
13
14
15
16
cache: 'pip'
17
18
- name: Install dependencies
0 commit comments