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 3687341 commit c2b9dadCopy full SHA for c2b9dad
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v3
18
- uses: actions/setup-python@v4
19
with:
20
- python-version: "3.9"
+ python-version: "3.13"
21
- uses: pre-commit/action@v3.0.1
22
23
# Make sure commit messages follow the conventional commits convention:
.github/workflows/labels.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python
16
uses: actions/setup-python@v4
- python-version: 3.8
+ python-version: 3.13
- name: Install labels
run: pip install labels
- name: Sync config with Github
0 commit comments