-
Notifications
You must be signed in to change notification settings - Fork 674
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
chore(deps): update python docker tag to v3.12 #6769
Conversation
e2c03b1
to
a22a8ea
Compare
6893c0f
to
09402f8
Compare
09402f8
to
78cfba0
Compare
cc @gi0baro @Ethosa @raphaelauv @greed2411 @josephmancuso @ahopkins I try to add rust toolchain for error[E0635]: unknown feature `proc_macro_span_shrink` while compile |
@waghanza I'm still updating emmett's dependencies to support 3.12 |
@waghanza emmett 2.5.6 should work on Python 3.12 |
78cfba0
to
4a3c600
Compare
@JacobCoffee I think you introduce 3.12 support in @Goldziher I think this should be followed by a new release |
4a3c600
to
f0f1b13
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
7e4f983
to
afd6296
Compare
afd6296
to
5ddd2a1
Compare
@gi0baro I need to use 3.11 for |
@Ethosa same ;-) I need to dowgrade on python 3.11 |
@josephmancuso also need pendulum upgrade for 3.12 |
@mattbennett I have some errors when using python3.12 with nameko File "/usr/local/bin/nameko", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.12/site-packages/nameko/cli/main.py", line 143, in main
args.main(args, *unknown_args)
File "/usr/local/lib/python3.12/site-packages/nameko/cli/commands.py", line 109, in main
import eventlet
File "/usr/local/lib/python3.12/site-packages/eventlet/__init__.py", line 17, in <module>
from eventlet import convenience
File "/usr/local/lib/python3.12/site-packages/eventlet/convenience.py", line 7, in <module>
from eventlet.green import socket
File "/usr/local/lib/python3.12/site-packages/eventlet/green/socket.py", line 21, in <module>
from eventlet.support import greendns
File "/usr/local/lib/python3.12/site-packages/eventlet/support/greendns.py", line 45, in <module>
from eventlet.green import ssl
File "/usr/local/lib/python3.12/site-packages/eventlet/green/ssl.py", line 25, in <module>
_original_wrap_socket = __ssl.wrap_socket
^^^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'wrap_socket' |
This PR contains the following updates:
3.11-slim
->3.12-slim
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.