From 2639a908c94fdcf55663dd9bae46358e180fb79a Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Sat, 16 Sep 2023 13:54:58 +0200 Subject: [PATCH] Update pyinstaller.yml --- .github/workflows/pyinstaller.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 30d137d..f01b691 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -16,15 +16,15 @@ jobs: matrix: include: # - os: 'ubuntu-latest' -# python: '3.10' +# python: '3.11' # name: 'Linux' # # - os: 'macos-latest' -# python: '3.10' +# python: '3.11' # name: 'macOS' - os: 'windows-latest' - python: '3.10' + python: '3.11' name: 'Windows'