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 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]