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

Upgrade default iPython to 7.34, which drops Python 3.6 #15934

Merged
merged 1 commit into from Jun 24, 2022

Conversation

Eric-Arellano
Copy link
Contributor

@Eric-Arellano Eric-Arellano commented Jun 24, 2022

Closes #15933.

[ci skip-rust]
[ci skip-build-wheels]

# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@Eric-Arellano
Copy link
Contributor Author

Eric-Arellano commented Jun 24, 2022

@stuhood are you fine with me cherry-picking to 2.13? Fixing pantsd is a big deal Edit: Pantsd was fixed on main already for me.

@@ -25,7 +25,7 @@ class IPython(PythonToolBase):
options_scope = "ipython"
help = "The IPython enhanced REPL (https://ipython.org/)."

default_version = "ipython==7.16.1" # The last version to support Python 3.6.
default_version = "ipython>=7.34,<8" # ipython 8 does not support Python 3.7.
Copy link
Sponsor Member

Choose a reason for hiding this comment

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

Is dropping Python 3.6 something that we'll want to cherrypick, or should the docs edit and the version bump happen separately?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We dropped Python 3.6 support in 2.11 with #14803, so this is safe to cherry-pick.

@Eric-Arellano Eric-Arellano merged commit b8d4613 into pantsbuild:main Jun 24, 2022
@Eric-Arellano Eric-Arellano deleted the ipython-upgrade branch June 24, 2022 19:25
Eric-Arellano added a commit to Eric-Arellano/pants that referenced this pull request Jun 24, 2022
Eric-Arellano added a commit that referenced this pull request Jun 24, 2022
#15934) (#15938)

Upgrade default iPython to 7.34, which drops Python 3.6 (#15934)

Closes #15933.

[ci skip-rust]
[ci skip-build-wheels]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPython crash on tab completion in pants repl
2 participants