⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

[9.1] feat: remove the python2 pilot starter#8339

Draft
fstagni wants to merge 1 commit intoDIRACGrid:integrationfrom
fstagni:remove_py2_pilot
Draft

[9.1] feat: remove the python2 pilot starter#8339
fstagni wants to merge 1 commit intoDIRACGrid:integrationfrom
fstagni:remove_py2_pilot

Conversation

@fstagni
Copy link
Contributor

@fstagni fstagni commented Oct 13, 2025

In the spirit of DIRACGrid/Pilot#266. This one is optional.

If this one is merged, it fully halts all python2 support for pilots. So, we can wait longer before merging.

BEGINRELEASENOTES

*WMS
NEW: remove support for python2 pilots

ENDRELEASENOTES

@fstagni fstagni changed the title feat: remove the python2 pilot starter [9.0] feat: remove the python2 pilot starter Oct 14, 2025
@fstagni fstagni changed the title [9.0] feat: remove the python2 pilot starter [9.1] feat: remove the python2 pilot starter Oct 14, 2025
elif command -v python3 &> /dev/null; then
py='python3'
elif command -v python2 &> /dev/null; then
py='python2'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

python and python3 should have the order swapped so we don't pick up a python 2.7 binary named python

@aldbr aldbr linked an issue Feb 4, 2026 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Dropping python2 support

2 participants