stchris / untangle

Converts XML to Python objects
MIT License
611 stars 83 forks source link

Python 3.11 support for untangle #138

Open fervand1 opened 1 year ago

fervand1 commented 1 year ago

Hello will there be python 3.11 support for untangle? Currently the package is unavailable for install on this version of python

stchris commented 1 year ago

Hi @fervand1 ! Good question. I think it should be easy to add, but I'm very low on time right now. Would you like to give it a shot and contribute this?

fervand1 commented 1 year ago

Sure. How do I contribute? I do not see an option to create a new branch to raise a merge request

stchris commented 1 year ago

I'm afraid I have limited time to support you with that, but perhaps the Github docs can help you get this rolling: https://docs.github.com/en/get-started/quickstart/contributing-to-projects. Good luck!

fervand1 commented 1 year ago

Thanks. Created merge request here https://github.com/stchris/untangle/pull/139

fervand1 commented 1 year ago

@stchris Anything else expected in the PR? Can it be reviewed?