mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Drop 3.7, add 3.13 in Actions #2259

Closed clin1234 closed 1 month ago

clin1234 commented 1 month ago

The last officially-supported Python 3.7 release is close to a year ago, and 3.13 just had a beta release, meaning no new features will be added. Also setup-python supports 3.13.

Note that doesn't eliminate build issues, namely the usage of deprecated PyEval_CallObject family of functions.