Skip to content

Releases: antocuni/capnpy

Support for setuptools>82

17 Feb 14:57

Choose a tag to compare

This release removed pkg_resources which we were depending on via our setuptools_scm pin.

#79

Python 3.14 support

09 Dec 14:05
d59f67b

Choose a tag to compare

Python 3.14 support

09 Dec 13:21
d59f67b

Choose a tag to compare

Python 3.14 support Pre-release
Pre-release
Merge pull request #78 from antocuni/python314

Python 3.14 support

Python 3.13 support

19 Jun 10:36
40f4952

Choose a tag to compare

Python 3.13 support

10 Jun 12:22
40f4952

Choose a tag to compare

Python 3.13 support Pre-release
Pre-release
Merge pull request #74 from dmrlawson/davidlaw_updates_2

workflow: add merge-multiple to download-artifact

Build Python 3.11 wheel

19 Jul 10:48

Choose a tag to compare

No big changes here, just enabled Python 3.11 wheel building.

0.10.1rc3

19 Jul 10:30

Choose a tag to compare

0.10.1rc3 Pre-release
Pre-release

Hopefully fixes:

ERROR `long_description` has syntax errors in markup and would not be rendered on PyPI.
No content rendered from RST source.

/shrug

Add support for Python3.11

17 Jul 08:32
38505c7

Choose a tag to compare

Adds support for Python 3.11. Thanks @agates!

Add support for Python3.11

13 Jul 12:21
38505c7

Choose a tag to compare

Pre-release
Merge pull request #65 from antocuni/wridgers--py311

Python 3.11

Add support for Python3.9 and 3.10

22 Oct 09:32
49d3b0c

Choose a tag to compare

Automatically build&publish wheels on release (#57)

Add a github actions workflow to build wheels (using cibuildwheels) and upload them to PyPI whenever we create a github release.