Skip to content
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

fix(python): support python3.13 and drop python3.8 #273

Merged
merged 4 commits into from
Nov 27, 2024

Conversation

manawasp
Copy link
Contributor

@manawasp manawasp commented Oct 24, 2024

Following the discussion here I added the support for python3.13 by switching the lib from htmlmin to htmlmin2.

I also applied some changes:

  • Added python 3.13 version and removed py3.8 references.
  • Applied npx prettier X --write on CONTRIBUTING.md & README.md

Btw, I also find this library to minify the file wilsonzlin/minify-html but I got two issue, some tests was broken (got html when None was injected maybe there is an option to avoid making the input valid, and also the installation of the package which took some time).

@bact
Copy link

bact commented Nov 21, 2024

Thank you for this fix

@dblanchette dblanchette merged commit 063410e into coveooss:main Nov 27, 2024
5 checks passed
dblanchette pushed a commit that referenced this pull request Nov 27, 2024
## [1.0.4](v1.0.3...v1.0.4) (2024-11-27)

### Bug Fixes

* **python:** support python3.13 and drop python3.8 ([#273](#273)) ([063410e](063410e))
@dblanchette
Copy link
Collaborator

🎉 This PR is included in version 1.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants