-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Python 3.11 #125
Python 3.11 #125
Conversation
Awesowe, happy to merge this. I think the the failing tests are because |
@suned The unittest.mock migration is complete. I disabled the test runner for 3.7, as it doesn't support the new test api, but the 3.7 runtime still functions as expected. |
🙌 |
@sdaves I went ahead and pulled the trigger on this. Hit a a bit of a snag trying to release it though: https://github.com/suned/pfun/actions/runs/6923101459/job/18831199451 I'll take a look ASAP |
@sdaves Its out as 0.13.2: https://pypi.org/project/pfun/ 🥳 I had to remove the git dependency you added on asyncpg as pypi apparently doesn't allow that. I fixed the version to 0.28, the latest version that supports Python 3.7. I'm very open to dropping support for Python 3.7 entirely since its past end-of-life. I hope that particular change wasn't super important to you 😅 |
Adds python 3.11 support with latest packages and keep exiting versions functioning