We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd5659 commit 739fb94Copy full SHA for 739fb94
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: actions/setup-python@v3
17
with:
18
- python-version: 3.9.21
+ python-version: 3.13.7
19
- name: Install Python Poetry
20
uses: abatilo/actions-poetry@v2.1.0
21
@@ -36,7 +36,7 @@ jobs:
36
steps:
37
38
39
40
- name: Checkout Code
41
uses: actions/checkout@v3
42
0 commit comments