-
Notifications
You must be signed in to change notification settings - Fork 51
Drop support for Python 3.9 #1986
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
base: main
Are you sure you want to change the base?
Conversation
99fe818 to
af328c9
Compare
|
Now that we know better, you'll want to cap your dependency on globus-python. so for |
af328c9 to
a902346
Compare
Och, of course. We even talked about that. Heh. Thanks for the reminder. Look good? |
|
suggest also updating this minimum python version warning in the packaging Makefile |
|
Also you may need some changes to your Jenkinsfile if the prereq downloading stage requires 3.13. For now you can set I don't think you're set up for jenkins PR builds, so this part may not matter. But until we release the new globus-python to unstable, you can add |
The deb syntax for less-than is |
3587a54 to
3e14caf
Compare
Globus will be releasing their build of `globus-python` at 3.13. Consequently, we can now drop our support of Python 3.9 and build the binary packages based off of Python 3.13. [sc-46164]
3e14caf to
abb797d
Compare
Globus will be releasing their build of
globus-pythonat 3.13. Consequently, we can now drop our support of Python 3.9 and build the binary packages based off of Python 3.13.[sc-46164]
Type of change