mkleehammer / pyodbc

Python ODBC bridge
https://github.com/mkleehammer/pyodbc/wiki
MIT No Attribution
2.92k stars 561 forks source link

AppVeyor Python 3.12 and other updates #1300

Closed keitherskine closed 11 months ago

keitherskine commented 11 months ago

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.

mkleehammer commented 11 months ago

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