-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 support for MacOS #449
Comments
Hi @efecan-circlelabs, I don't exactly remember what happened but there was a failure in CI/CD on Github Actions. Feel free to draft a PR to update the You could add new python versions by following this existing template:
|
Hey @adbar thanks for the info! I've tracked it down to the I'll close this issue as for the mean-time I've forked both repos, and removed the pinning, which has solved my problem. Not sure why they have that pinned either, I'll open up an issue on their repo and circle-back here if it gets resolved. |
Per adbar/trafilatura#449, see if unpinning lxml works on MacOS.
* Unpin lxml Per adbar/trafilatura#449, see if unpinning lxml works on MacOS. * specify versions and add platform test * further specify, add tests * reduce number of tests --------- Co-authored-by: Adrien Barbaresi <[email protected]> Co-authored-by: Adrien Barbaresi <[email protected]>
Hello,
lxml
is pinned to 4.9.2 for MacOS/Darwin and this is breaking Python 3.12 support.https://github.com/adbar/trafilatura/blob/master/setup.py#L118
I'm not exactly sure why it's only pinned for MacOS so please advise, I'd be more than happy to make a PR.
The text was updated successfully, but these errors were encountered: