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.
2 parents e2e50f5 + c7430ce commit 6754edfCopy full SHA for 6754edf
.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