s-zeng / dhall-python

Up-to-date and maintained python bindings for dhall, a functional configuration language
https://pypi.org/project/dhall/
Apache License 2.0
44 stars 6 forks source link

Add Python 3.11 as a supported version (and to Actions) #147

Closed Loreith closed 1 year ago

Loreith commented 1 year ago

Summary:

It looks like something previously blocked supporting 3.11, but when I downloaded and compiled this package today against 3.11 it built without any errors.

The build was on x86 MacOS, cpython 3.11.3, rustc 1.69.0 in case there are any troubles reproducing.

I... don't have an in-depth understanding of how pypi works, but I'm assuming that including 3.11 support means doing something with GitHub actions to build the wheel and publish it, and that that isn't something I can submit a PR for. If it is, apologies, and please point me in the direction of doing the work!

s-zeng commented 1 year ago

Closed with release 0.1.15