nucleic / kiwi

Efficient C++ implementation of the Cassowary constraint solving algorithm
https://kiwisolver.readthedocs.io/en/latest/
Other
693 stars 89 forks source link

Add support for Python 3.11 #156

Closed hugovk closed 2 years ago

hugovk commented 2 years ago

Python 3.11 was released on 2022-10-24 🚀

image

codecov-commenter commented 2 years ago

Codecov Report

Merging #156 (bfa36cc) into main (78134f7) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #156 +/- ## ======================================= Coverage 87.40% 87.40% ======================================= Files 24 24 Lines 1604 1604 Branches 74 74 ======================================= Hits 1402 1402 Misses 184 184 Partials 18 18 ```
MatthieuDartiailh commented 2 years ago

The Github app does not let me merge so I will do it tomorrow from my computer.

MatthieuDartiailh commented 2 years ago

Thanks again. Note that I won't be making a new release since 1.4.4 already supports 3.11