libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

Test with and build Python 3.12 wheels #1223

Closed danyeaw closed 12 months ago

danyeaw commented 1 year ago

Thanks for the great library :heart:!

Python 3.12.0 b3 is out, and the first RC will be out in July. Building a wheel now will allow other projects that depend on pygit2 to test with Python 3.12 without manually building libgit2.

This PR updates the version used for CI tests to 3.12-dev and updates cibuildwheel to get beta 3.12 support.