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

Drop support for Python 3.7, add support for Python 3.12 and 3.13 #108

Merged
merged 1 commit into from
May 31, 2024

Conversation

dataflake
Copy link
Member

Adding support for Python 3.13 comes at a "cost": I had to add a Python 3.13-only dependency on legacy-cgi, a port of the now-missing cgi module for use with Python 3.13, to the dependencies. The actual dependency on cgi is in WebOb, where the issue is known (Pylons/webob#437) but no one seems to care and there hasn't been any release in several years. The dependency works around that issue.

@dataflake dataflake merged commit 6d5d594 into master May 31, 2024
22 checks passed
@dataflake dataflake deleted the config-with-pure-python-template-74cdfdf6 branch May 31, 2024 08:39
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.

2 participants