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

Enable compatibility with Python 3.9 (tested) #98

Merged
merged 5 commits into from Mar 16, 2020

Conversation

honzajavorek
Copy link
Contributor

This is a tested fix of #95. I've first wrote the test, then verified my solution fixes it. Unfortunately, as I noted in #95 (comment), the CI fails the 2.x builds for installation reasons so it's hard to assess whether the solution works correctly or not.

I wasn't able to trigger them from Python, using importlib.reload()
and similar, so I decided to use subprocess. It's still quite fast.
@tswast tswast merged commit 200b627 into Frozen-Flask:master Mar 16, 2020
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.

None yet

2 participants