Files
pycapnp/test
Tobias Ahrens bb15822850 Fixes for capnp 1.0 (#1)
* add capnp_api.h to gitignore

* Change type of read_min_bytes from size to int

Not sure why this was not causing issues before or if that
is the right fix ... but it seems to be fine :)

* Adapt python_requires to >=3.8

This was overlooked when 3.7 was deprecated. The ci no longer
works with python 3.7 and cibuildwheel uses python_requires ...

* Replace deprecated find_module with find_spec (importlib)

find_module was deprecated with python 3.4 and python 3.12
removed it (https://docs.python.org/3.12/whatsnew/3.12.html#importlib).

The new command is find_spec and only required a few adaptions
2023-10-11 11:28:24 -07:00
..
2015-05-04 11:00:25 -07:00
2013-08-29 21:12:39 -07:00
2023-06-12 14:10:13 +02:00
2016-06-17 13:50:26 -07:00
2021-10-01 11:12:21 -07:00
2023-10-11 11:28:24 -07:00
2021-10-01 11:12:21 -07:00
2023-03-12 11:33:41 -07:00
2021-10-01 11:12:21 -07:00
2022-04-06 13:32:52 +10:00