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 prompt toolkit to 2.0.x #286

Merged
merged 1 commit into from Jun 11, 2019
Merged

Upgrade prompt toolkit to 2.0.x #286

merged 1 commit into from Jun 11, 2019

Conversation

mfussenegger
Copy link
Member

No description provided.

@mfussenegger mfussenegger force-pushed the j/prompt-toolkit-2 branch 2 times, most recently from 1fe90fc to 6652397 Compare June 7, 2019 15:05
@mfussenegger mfussenegger changed the title WIP: Upgrade prompt toolkit to 2.0.x Upgrade prompt toolkit to 2.0.x Jun 7, 2019
@mfussenegger mfussenegger marked this pull request as ready for review June 7, 2019 15:06
Copy link
Contributor

@chaudum chaudum left a comment

Choose a reason for hiding this comment

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

Otherwise LGTM 👍

setup.py Outdated
@@ -30,7 +30,7 @@
'Pygments>=2.0',
'crate>=0.22.0',
'appdirs>=1.2,<2.0',
'prompt-toolkit>=1.0,<1.1'
'prompt-toolkit>=2.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you think it's save to allow everything >= 2.0?
The versions.cfg specifies 2.0.9, so we don't test with greater versions.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added a <3.0 constraint (dev branch is on 3.0, so it is unlikely that there are going to be 2.1 releases and if so I think they won't contain breaking changes.)

@mfussenegger mfussenegger merged commit 45d3bb7 into master Jun 11, 2019
@mfussenegger mfussenegger deleted the j/prompt-toolkit-2 branch June 11, 2019 09:21
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.

None yet

2 participants