We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5033b0 commit 79a3f78Copy full SHA for 79a3f78
.github/workflows/python-app.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
os: [ubuntu-latest, windows-latest, macos-latest]
14
- python-version: ['3.9']
+ python-version: ['3.11']
15
runs-on: ${{ matrix.os }}
16
env:
17
SCRIPT_NAME: TRIKLobeServer
0 commit comments