Upgraded Python version support to recent versions#241
Conversation
|
@asedeno, do you think you would be able to help us make the xapian build step pass again? |
|
It works fine with Xapian 1.4.20, and Xapian 1.4.31 (latest). |
7d1280a to
d931689
Compare
|
Ah yes, the prebuilding step now passes, thanks a lot! I will try to work on on other issues. |
Dropped Python 3.7, 3.8, 3.9 (EOL). Added Python 3.11, 3.12, 3.13
|
@asedeno, the coveralls step fails, and I don't see how to fix it. Do we really need that coveralls stuff? |
|
This seems to be related to the |
There was a problem hiding this comment.
Let's give this a shot. Adding /usr/lib/python3/dist-packages to PYTHONPATH is weird, and when I did that I could replicate the issue we're seeing in tests. I think the only thing we were getting out of there is packaging, which is a django-haystack dependency we are not installing. Let's install it and get rid of this hack.
|
@asedeno You are my hero 🏅 Thanks a lot. |
Dropped Python 3.7, 3.8, 3.9 (EOL).
Added Python 3.11, 3.12, 3.13