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 Python version support. #28

Merged
merged 4 commits into from
Oct 18, 2024

Conversation

icemac
Copy link
Member

@icemac icemac commented Oct 17, 2024

  • Drop support for Python 3.7.
  • Add support for Python 3.12, 3.13.
  • Configuring for pure-python
  • Update Python version support.

I had to add "legacy-cgi; python_version >= '3.13'" because WebOb still uses cgi module which is gone in 3.13.

@icemac icemac requested a review from dataflake October 17, 2024 06:57
@icemac icemac self-assigned this Oct 17, 2024
Copy link
Member

@dataflake dataflake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity, what is this old stuff still used for?

@d-maurer
Copy link

d-maurer commented Oct 17, 2024 via email

@dataflake
Copy link
Member

dataflake commented Oct 17, 2024

Thank you Dieter, I had no idea...

@icemac
Copy link
Member Author

icemac commented Oct 18, 2024

No, zope.app.form no longer provides the wigets for zope.formlib, they have been moved into zope.formlib already in 2010. But there are still some packages which depend on zope.app.form for other features, so I was not able to archive it so easily.

@icemac icemac merged commit 93696d6 into master Oct 18, 2024
15 checks passed
@icemac icemac deleted the config-with-pure-python-template-f317618e branch October 18, 2024 06:47
@icemac
Copy link
Member Author

icemac commented Oct 18, 2024

Thank you for reviewing this PR. 😃

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 this pull request may close these issues.

3 participants