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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.11 and drop EOL 3.6 #46

Merged
merged 7 commits into from Dec 6, 2022

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Nov 6, 2022

Python 3.11 was released on 2022-10-24 馃殌

image

Also:

  • Drop support for EOL Python 3.6
  • Fix the build by renaming py.test to pytest
  • Bump GitHub Actions and simplify config

Copy link
Member

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

Lovely, thanks for driving this home

@RonnyPfannschmidt
Copy link
Member

Can't merge on mobile due to the workflows changes, will merge and release it later today

@stratakis
Copy link

Shouldn't the py import be removed as well from test_iniconfig.py?

@hugovk
Copy link
Member Author

hugovk commented Nov 15, 2022

It's an unused import, not strictly necessary as part of this PR but sure, we might as well clean it up.

One less thing to worry about in the py deprecation :)

Copy link
Member

@RonnyPfannschmidt RonnyPfannschmidt 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 sorting this out, unless there is anything else, I'd like to merge /release soon

@@ -17,7 +16,7 @@
[(0, None, "names", "Alice\nBob")],
),
"value with aligned continuation": (
"names = Alice\n" " Bob",
Copy link
Member

Choose a reason for hiding this comment

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

I think this was originally intentionally multiline, it's something for a follow-up

@RonnyPfannschmidt RonnyPfannschmidt merged commit 6bc5528 into pytest-dev:master Dec 6, 2022
@hugovk hugovk deleted the add-3.11 branch December 6, 2022 11:11
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

3 participants