From 611d189051ab991d44f20575b45e0ee971bd8867 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 27 Feb 2023 11:45:33 -0600 Subject: [PATCH] bump python=3.10 linux static build --- .github/workflows/pyinstaller-builds-actions-PIP-TAR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml index ab39bb8..0291003 100644 --- a/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml +++ b/.github/workflows/pyinstaller-builds-actions-PIP-TAR.yml @@ -20,7 +20,7 @@ jobs: environment-name: test environment-file: environment.yml extra-specs: - python=3.9 + python=3.10 - name: pip install cadquery CQ-editor ... etc shell: bash --login {0} run: |