Skip to content

Commit 9556ede

Browse files
committed
Bump GitHub Action to use Python 3.13 for CI.
1 parent e92187c commit 9556ede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- name: Set up Python 3.9
17+
- name: Set up Python 3.13
1818
uses: actions/setup-python@v3
1919
with:
20-
python-version: "3.9"
20+
python-version: "3.13"
2121
- name: Upgrade Pip
2222
run: python -m pip install --upgrade pip
2323
working-directory: src

0 commit comments

Comments
 (0)