-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Are there any plans to support Python 3.12/3.13, etc.?
Additionally, the package could drop support for the EOL Python 3.8 version.
I conducted some research on the amount of work required, and here are my findings:
- The library's code can remain unchanged, as there are no blockers on this side.
- The
aiomiscversion used in this project seems outdated (it doesn't support Python 3.12, and I can reproduce an error related to the missingpkg_resourcespackage locally - similar to that issue). However, we can update it to a newer version and install theaiomisc-pytestplugin separately. - It seems that
asyncpgdeclared support for Python 3.13 in version 0.30.0. However, it is still not listed in the project tags on PyPI, sopipcannot find a suitable version. This will likely be resolved in this issue. For now, we can add support for Python 3.12 and drop support for Python 3.8, while waiting for theasyncpgmaintainers to fix this. pylamadoes not work with Python >3.10 as I see. We could replace it withruffor another similar tool.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels