Skip to content

Commit c18b5f0

Browse files
authored
update github action to use Python 3.13
1 parent aa0bd9c commit c18b5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Setup Python 3.11
13+
- name: Setup Python 3.13
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.11
16+
python-version: 3.13
1717
- name: Install dependencies
1818
run: make install
1919
- name: Install development dependencies (Pytest and Coverage)

0 commit comments

Comments
 (0)