feat: support python 3.14#167
Conversation
|
It seems we need to wait for a new release of libgit2/pygit2@ff64e61 |
|
I also raised awareness of their ability to deploy future-compatible wheels using |
|
FWIW, I've been diving into the pygit2 source code... They cannot deploy future-compatible wheels because some of pygit2 C sources rely parts of the Python C API that are not exposed in its Limited API. Note, Python C extensions must only use the Python C Limited API to guarantee future compatibility. This might change in the future when Python 3.13 becomes the minimum supported Python version, but the Aside from that, I have submitted patches to pygit2 to improve CI and support Python free-threaded variants (3.14t). Pygit2 v1.19.0 should be out soon. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #167 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 23 23
Lines 1899 1899
=======================================
Hits 1866 1866
Misses 33 33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

Python 3.14 has been released today, so let's start supporting it.
I kept Python 3.9 even though it's EOL, since some users (including myself on AIX 7.2 🙂) are still using it.
Summary by CodeRabbit
New Features
Tests
Chores