From c4f15cbf3a87d7539ebd7ba03781749b4a75f086 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2024 11:24:00 -0400 Subject: [PATCH 1/2] actions: give up on PyInstaller 6.10 again. Urgh. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9ba8e7e..b8497a4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -509,8 +509,8 @@ jobs: git clone https://github.com/pyinstaller/pyinstaller.git cd pyinstaller export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1) - git checkout "${latest_release}" - # git checkout "v6.9.0" + # git checkout "${latest_release}" + git checkout "v6.9.0" # remove pre-compiled bootloaders so we fail if bootloader compile fails rm -rvf PyInstaller/bootloader/*-*/* cd bootloader From 640cb322d72976e7e74871a6a422ea4bff421469 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2024 11:41:36 -0400 Subject: [PATCH 2/2] [no ci] remove 3.8 from setup.cfg --- src/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.cfg b/src/setup.cfg index d426edae..c9894fee 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -13,10 +13,10 @@ keywords = google, oauth2, gsuite, google-apps, google-admin-sdk, google-drive, classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 License :: OSI Approved :: Apache License [options]