Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVeyor Python 3.12 and other updates #1300

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

keitherskine
Copy link
Collaborator

Python 3.12 is now available on AppVeyor Windows images. Whilst we're adding that to the mix, I thought we might as well update the build we use too. So this PR uses the Visual Studio 2022 Windows image, instead of 2019. It also uses SQL Server 2019 instead of 2017, Postgresql 13 instead of 11, and MySQL8.0 instead of 5.7 which is now past its EOL.

You have to start MSSQL 2019 with a "net start" command, and MySQL 8.0 with a "Start-Service" command but hopefully those will be cleaned up by AppVeyor at some point.

Use the VS2022 AppVeyor Windows image always.  Add Python3.12.  Use MSSQL 2019, Postgresql13, and MySQL8.0.  MySQL5.7 is now past EOL.
@mkleehammer mkleehammer merged commit bc5b7c6 into mkleehammer:master Nov 1, 2023
9 checks passed
@mkleehammer
Copy link
Owner

Fantastic - thanks. It's amazing that open source has free tools like this. Thanks for keeping it up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants