edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

WIP: Fix get_code_params for Python 3.10 #50

Closed hodgestar closed 2 years ago

hodgestar commented 3 years ago

In #43 and #37 it was reported that the arguments to code(...) have changed in Python 3.10. This affects the build_code_chunk and get_code_params functions in genshi.compat. build_code_chunk was fixed in #49. This PR is intended to fix get_code_params.

WIP: Currently this PR only attempts to get the tests to fail.

hodgestar commented 3 years ago

image

From Travis. So it looks like the transition to GitHub Actions will have to happen.

hodgestar commented 2 years ago

I'm happy to drop CI for Python 3.4 and 3.5 for now and get_code_params was fixed elsewhere, so closing this PR.