We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701985f commit be78180Copy full SHA for be78180
2 files changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v5
29
with:
30
- python-version: "3.10"
+ python-version: "3.13"
31
- name: Install and configure Poetry (this should ideally be done from pyproject.toml but..)
32
uses: snok/install-poetry@v1
33
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
15
16
17
18
0 commit comments