We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b50d79 + 0efe44a commit d9ba90aCopy full SHA for d9ba90a
2 files changed
.github/workflows/continuous-deployment.yml
@@ -20,11 +20,11 @@ jobs:
20
with:
21
fetch-depth: 1
22
23
- - name: Set up Python 3.9
+ - name: Set up Python 3.13
24
if: ${{ steps.release-please.outputs.release_created }}
25
uses: actions/setup-python@v2
26
27
- python-version: 3.9
+ python-version: 3.13
28
29
- name: Install poetry
30
.github/workflows/continuous-integration.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
- name: Linting
run: |
0 commit comments