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 1e0f960 commit 07b4014Copy full SHA for 07b4014
.github/workflows/linting.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Python
18
uses: actions/setup-python@v5
19
with:
20
- python-version: 3.12
+ python-version: 3.13
21
22
- name: Install dependencies
23
run: |
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- python-version: ["3.12"]
+ python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
0 commit comments