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

TST: accept folding of decorator parameters in Python 3.9 #9

Merged
merged 2 commits into from
Apr 9, 2021
Merged

TST: accept folding of decorator parameters in Python 3.9 #9

merged 2 commits into from
Apr 9, 2021

Conversation

bnavigator
Copy link
Contributor

@bnavigator bnavigator commented Apr 1, 2021

Fixes #8

@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
PYTHON_VERSION: ['3.8', '3.7', '3.6', '2.7']
PYTHON_VERSION: ['3.9', '3.8', '3.7', '3.6', '2.7']
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can remove Python 2.7 altogether here?

Copy link
Contributor

@andfoy andfoy left a comment

Choose a reason for hiding this comment

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

Thanks for this contribution @bnavigator, it looks good to me at least.

@andfoy andfoy merged commit 8e41c8a into python-lsp:develop Apr 9, 2021
@andfoy andfoy added this to the v0.1.0 milestone Apr 9, 2021
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request May 20, 2021
See python-lsp/python-lsp-server#9

Closes: https://bugs.gentoo.org/791166
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
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.

Python 3.9: Code folding
2 participants