From c98157e76f67e69fc5d17e1a91847932075ade02 Mon Sep 17 00:00:00 2001 From: Boldi Date: Tue, 21 Nov 2023 16:15:01 +0000 Subject: [PATCH] Trying to build on GitHub --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6b87d294..0f52ba20 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] - python-version: [ 3.10 ] + python-version: [ 3.11 ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3