Skip to content

Commit dbb6dc5

Browse files
committed
Upgrade to python 3.13
* .github/workflows/precommit.yaml: * .github/workflows/tests.yaml:
1 parent 0020fd7 commit dbb6dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/precommit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: "actions/setup-python@v5"
1919
with:
20-
python-version: "3.12"
20+
python-version: "3.13"
2121
- name: Upgrade pip
2222
run: |
2323
pip install --constraint=.github/workflows/constraints.txt pip

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: "actions/setup-python@v5"
1919
with:
20-
python-version: "3.12"
20+
python-version: "3.13"
2121
- name: Install requirements
2222
run: |
2323
pip install --constraint=.github/workflows/constraints.txt pip

0 commit comments

Comments
 (0)