pyinstaller / pyinstaller-hooks-contrib

Community maintained hooks for PyInstaller.
Other
96 stars 126 forks source link

ci: add python 3.12 and 3.13, and use macos-13 and macos-14 #824

Closed rokm closed 1 month ago

rokm commented 1 month ago

Update the CI to cover all supported python versions. Switch from deprecated macos-12 runner to macos-13 (x86_64) and macos-14 (arm64).

rokm commented 1 month ago

We skipped the addition of python 3.12 last year, which probably saved us some headaches with packages that were slow to add support for it. But this time, let's try to have full coverage of supported python versions - if it proves to be too much of a hassle, we can disable python 3.13 later.

Similarly, let's enable both x86_64 and arm64 runners for now, and see how that pans out over the next couple of Mondays.