We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b017c commit c7430ceCopy full SHA for c7430ce
.github/workflows/python-app.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
# os: [ubuntu-latest, macos-latest, windows-latest]
13
os: [ubuntu-latest, windows-latest]
14
- python_version: ['3.10']
+ python_version: ['3.10', '3.11', '3.12']
15
name: Run py eddy tracker build tests
16
runs-on: ${{ matrix.os }}
17
defaults:
0 commit comments