Skip to content

Commit c7430ce

Browse files
authored
Update python-app.yml python version
1 parent 73b017c commit c7430ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
# os: [ubuntu-latest, macos-latest, windows-latest]
1313
os: [ubuntu-latest, windows-latest]
14-
python_version: ['3.10']
14+
python_version: ['3.10', '3.11', '3.12']
1515
name: Run py eddy tracker build tests
1616
runs-on: ${{ matrix.os }}
1717
defaults:

0 commit comments

Comments
 (0)