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 py2 support #777

Merged
merged 4 commits into from
Nov 3, 2023
Merged

drop py2 support #777

merged 4 commits into from
Nov 3, 2023

Conversation

stephenc-pace
Copy link
Collaborator

No description provided.

setup.py Outdated
@@ -42,14 +42,10 @@
],
extras_require={
'dev': [
"coverage==5.5 ; python_version<'3'",
"coverage==7.1.0 ; python_version>'3'",

Choose a reason for hiding this comment

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

Do we need to retain the python_version>'3' condition if we've dropped support for 2.x?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

nope, I've removed these all.

@pace-gene pace-gene mentioned this pull request Nov 1, 2023
@stephenc-pace stephenc-pace changed the base branch from v3-docs to v3.0.0-rc November 3, 2023 12:00
@iky iky merged commit 1865a13 into nameko:v3.0.0-rc Nov 3, 2023
24 checks passed
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