Skip to content
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

d/s/examples/*.py: use python3 in shebang. #539

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Conversation

emollier
Copy link
Contributor

With python2 deprecation, it should be safe to enforce use of the python3 shebang everywhere. Besides, there can be inconsistencies between distributions, and even system configuration within a single distribution, on whether to ship python as python2, as python3, or not at all.

emollier and others added 2 commits February 18, 2024 12:51
With python2 deprecation, it should be safe to enforce use of the
python3 shebang everywhere.  Besides, there can be inconsistencies
between distributions, and even system configuration within a single
distribution, on whether to ship python as python2, as python3, or not
at all.

Signed-off-by: Étienne Mollier <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4cbd9ff) 81.38% compared to head (e9b50f2) 81.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #539   +/-   ##
=======================================
  Coverage   81.38%   81.38%           
=======================================
  Files          81       81           
  Lines       10828    10828           
=======================================
  Hits         8812     8812           
  Misses       2016     2016           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

Coverage Status

coverage: 79.782%. remained the same
when pulling e9b50f2 on emollier:shebang
into 4cbd9ff on G-Node:master.

@jgrewe jgrewe merged commit a89d844 into G-Node:master Feb 20, 2024
22 checks passed
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.

4 participants