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

Remove Python 3.8 support #1202

Merged
merged 11 commits into from
Sep 17, 2024
Merged

Remove Python 3.8 support #1202

merged 11 commits into from
Sep 17, 2024

Conversation

elliotgunton
Copy link
Collaborator

Pull Request Checklist

Description of PR
Removes 3.8 support which is end of life next month. The commits are mostly 1-1 with the list of tasks in the issue, most of the changes are automatic, only some manual changes to the roundtrip function along with configs etc.

@elliotgunton elliotgunton added semver:minor A change requiring a minor version bump type:informational Provides information or notice to the community labels Sep 16, 2024
@elliotgunton elliotgunton force-pushed the remove-3.8 branch 2 times, most recently from 94ed183 to a0f4566 Compare September 16, 2024 09:56
@elliotgunton elliotgunton marked this pull request as ready for review September 16, 2024 10:00
elliotgunton added a commit that referenced this pull request Sep 16, 2024
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Copy link
Collaborator

@jeongukjae jeongukjae left a comment

Choose a reason for hiding this comment

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

👍

And can you check following files also? I think those are still referring py 3.8

  • docs/user-guides/script-basics.md
  • docs/walk-through/hello-world.md
  • docs/walk-through/hera-tour.md
  • docs/walk-through/quick-start.md

elliotgunton added a commit that referenced this pull request Sep 16, 2024
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
samj1912 added a commit that referenced this pull request Sep 16, 2024
We need to remove 3.8 from the "required" cicd checks so that #1202 can
pass

---------

Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Sambhav Kothari <sambhavs.email@gmail.com>
Co-authored-by: Sambhav Kothari <skothari44@bloomberg.net>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
* Removed `ast` copy used for `roundtrip` function. Moved `roundtrip` to be private
static funtion of InlineScriptConstructor where it's only used once (except for tests)
* Removed `graphib` copy used to generate model files
* Updated configs

Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
* Fix two tests that had removed service_account_name from the spec

Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
Signed-off-by: Elliot Gunton <elliotgunton@gmail.com>
@samj1912 samj1912 merged commit af5b19f into main Sep 17, 2024
20 checks passed
@samj1912 samj1912 deleted the remove-3.8 branch September 17, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:informational Provides information or notice to the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Python 3.8 support
3 participants