We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfce92 commit 268a65aCopy full SHA for 268a65a
2 files changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/setup-python@v5
14
with:
15
- python-version: "3.12"
+ python-version: "3.13"
16
17
- name: Set environmental variables
18
shell: bash
.github/workflows/linters.yml
- name: Set up Python
uses: actions/setup-python@v2
- python-version: 3.12
+ python-version: 3.13
- uses: abatilo/actions-poetry@v2
- name: Install
run: |
0 commit comments