mkleehammer / pyodbc

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

Run unit tests for Python 3.11 with Appveyor #1119

Closed keitherskine closed 2 years ago

keitherskine commented 2 years ago

Now that Appveyor has added Python 3.11 to their Windows image, we can run the unit tests against Python 3.11 on Windows.

Also, a tweak to the CICD pyodbc install commands to not use the soon-to-be-deprecated form ("python setup.py install").