Open TheTechromancer opened 3 weeks ago
Thanks for the pull request. We are glad that you like extractous.
It seems that pyo3 have support for python 3.13. We should upgrade to ver 0.22.6.
We should upgrade to ver 0.22.6.
I updated PyO3 and separated out the python version tests into their own job. Tests should pass now 🤞
I think what you had before this latest commit is better. We need just to add the python-version when uploading the artifact.
Should we upload all the wheel versions? I think we should only need the lowest one, i.e. 3.8
.
The Upload wheels step just uploads them to Github, then the Pytest step downloads them and run the tests.
Uploading to PyPi I'm not really sure what's the common practice for python. It might be as you said, we only need to upload the lowest possible one
This should be g2g
@nmammeri any news on when this might be merged?
Thanks
Hey, first off thanks for making this library! It works perfectly and is by far the best such library we've found for Python. Compiling Tika using GraalVM was an awesome idea.
We are working on adding Python 3.13 support to our project, which uses extractous. This PR updates the Python version and also the CI to test multiple python versions, including Python 3.13. PyO3 recently added support.
Downstream issue: