mkleehammer / pyodbc

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

Build wheel files for Python 3.11 #1115

Closed gordthompson closed 1 year ago

gordthompson commented 1 year ago

Fixes: #1110

Update .github/workflows/ubuntu_build.yml to use cibuildwheel v2.11.2

Add 3.11 references to appveyor.yml and setup.py

gordthompson commented 1 year ago

I see that there are a number of deprecation warnings in the workflow output.

gordthompson commented 1 year ago

Still seeing "The set-output command is deprecated and will be disabled soon.", but fortunately things won't break completely until June of next year so the maintainer(s) of the affected action(s) have time to fix their stuff. (FWIW, checkout says that theirs is already fixed.