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

Drop Python 3.8 #183

Merged
merged 4 commits into from
Dec 7, 2023
Merged

Drop Python 3.8 #183

merged 4 commits into from
Dec 7, 2023

Conversation

SimonHeybrock
Copy link
Member

No description provided.

Could fix for v2, but as long as v1 is still around this would waste
time and edit untested code.
setup.cfg Outdated
@@ -1,4 +1,4 @@
[flake8]
# See https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#line-length
max-line-length = 88
extend-ignore = E203
extend-ignore = E203, B028
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure you want to ignore this? I found it helpful to set stacklevel=2. At least for functions that are called directly by the user.

@SimonHeybrock SimonHeybrock merged commit 2f7a6b9 into main Dec 7, 2023
3 checks passed
@SimonHeybrock SimonHeybrock deleted the drop-py38 branch December 7, 2023 09:31
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.

2 participants