Skip to content

Commit 2a89e72

Browse files
committed
Change the Python version in the GitHub Actions workflow to 3.13
1 parent 7e2bde8 commit 2a89e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- name: Set up Python 3.12
25+
- name: Set up Python 3.13
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: '3.12'
28+
python-version: '3.13'
2929
- uses: pre-commit/action@v3.0.1
3030

3131
test:

0 commit comments

Comments
 (0)