meerk40t / svgelements

SVG Parsing for Elements, Paths, and other SVG Objects.
MIT License
124 stars 28 forks source link

Compatibility check with Python 3.11.x #219

Closed tnachan-splunk closed 1 year ago

tnachan-splunk commented 1 year ago

Hello, According to the PyPi documentation the latest python version supported by svgelements v1.9.1 is python 3.10. will it also support python 3.11x? if no, are there any plans to support it?

tatarize commented 1 year ago

It's pure python and should be compatible with 3.11. The documentation there for the setup.py info is a bit older. If you run the test suite for 3.11 and it passes (and it should) then yes it's supported and needs some updates to say that. The tests are extensive and quite complete so anything that passes them should be fine.

tatarize commented 1 year ago

We added support for 3.11 and tests to make sure it's compatible. It got added to the pypi manifest, and 3.5, 2.7, pypy got removed.