Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test with and build Python 3.12 wheels #1223

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Conversation

danyeaw
Copy link
Contributor

@danyeaw danyeaw commented Jul 3, 2023

Thanks for the great library ❤️!

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.

@jdavid jdavid merged commit 495fae0 into libgit2:master Jul 6, 2023
6 checks passed
@danyeaw danyeaw deleted the python-3.12 branch July 6, 2023 16:06
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Nov 5, 2023
1.13.2 (2023-10-30)
-------------------------

- Support Python 3.12

- Documentation updates
  `#1242 <https://github.com/libgit2/pygit2/pull/1242>`_


1.13.1 (2023-09-24)
-------------------------

- Fix crash in reference rename
  `#1233 <https://github.com/libgit2/pygit2/issues/1233>`_


1.13.0 (2023-09-07)
-------------------------

- Upgrade to libgit2 v1.7.1

- Don't distribute wheels for pypy, only universal wheels for macOS

- New ``Repository.remotes.create_anonymous(url)``
  `#1229 <https://github.com/libgit2/pygit2/pull/1229>`_

- docs: update links to pypi, pygit2.org
  `#1228 <https://github.com/libgit2/pygit2/pull/1228>`_

- Prep work for Python 3.12 (not yet supported)
  `#1223 <https://github.com/libgit2/pygit2/pull/1223>`_
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants