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

Update and drop unsupported dependencies #551

Open
offbyone opened this issue Sep 25, 2024 · 0 comments · May be fixed by #553
Open

Update and drop unsupported dependencies #551

offbyone opened this issue Sep 25, 2024 · 0 comments · May be fixed by #553

Comments

@offbyone
Copy link

I had a look at the code and I'm not sure what requirements you'd want for dropping older Python versions, but I'd be happy to make a PR that drops a bunch of the old versions, probably including some apparently-dead filters. I use this in my Pelican blog, and I'm looking to have to freeze the Python version I use at 3.12, or find some other way to bundle up my javascript and CSS and run sass, none of which I want to do :)

A few issues that might be resolved by this:

Would you be up for a modernization and refresh of the code? I'd be looking at:

  • switch to pyproject.toml to define the project
  • use uv and locking for dependencies
  • drop all Python versions older than 3.10
  • add github actions CI
@offbyone offbyone linked a pull request Sep 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant