Skip to content

Commit 60841df

Browse files
committed
Bump GitHub Action to use Python 3.13 for CI.
1 parent b4176cd commit 60841df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
with:
2020
submodules: 'recursive'
2121

22-
- name: Set up Python 3.9
22+
- name: Set up Python 3.13
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: "3.9"
25+
python-version: "3.13"
2626

2727
- name: Upgrade Pip
2828
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)