-
Notifications
You must be signed in to change notification settings - Fork 16
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
Test failures with Python 3.12 #19
Comments
Ping. |
Looks like the problem is that a dict is a valid slice in python3.12. So we get KeyError instead of the expected TypeError. |
Ping. |
bmwiedemann
pushed a commit
to bmwiedemann/openSUSE
that referenced
this issue
Mar 22, 2024
https://build.opensuse.org/request/show/1160541 by user dgarcia + anag+factory - Add python312.patch and build for python 3.12 gh#Pylons/paginate#19
ergo
added a commit
that referenced
this issue
Aug 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: