-
Notifications
You must be signed in to change notification settings - Fork 228
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
prepare for 1.0.6rc1 #557
prepare for 1.0.6rc1 #557
Conversation
pyproject.toml
Outdated
@@ -14,7 +14,7 @@ license = {text="Apache 2.0"} | |||
authors = [{name="Inada Naoki", email="[email protected]"}] | |||
description = "MessagePack serializer" | |||
readme = "README.md" | |||
#keywords = ["python", "msgpack", "messagepack", "serializer", "serialization", "binary"] | |||
keywords = ["msgpack", "messagepack", "serializer", "serialization", "binary"] | |||
requires-python = ">=3.8" | |||
classifiers = [ | |||
# "Development Status :: 5 - Production/Stable", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are some more suggestions in line 20+.
Release Date: 2023-09-13 | ||
|
||
* Add Python 3.12 wheels (#517) | ||
* Remove Python 2.7, 3.6, and 3.7 support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, py27 is now officially unsupported?
I noticed a while ago that some docs still talk about py2.
Maybe there is also some code still relating to py2?
Shall I make a PR to remove that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I can not maintain Python 2.7 support.
Running/debugging on Python 2.7 is difficult today. So I will reject any Python 2 issues.
For example, actions/setup-python#672
Code cleanup for removing Python 2 support will be checked into msgpack 1.1.
For msgpack 1.0.6, I want to release RC as fast as possible.
I will update README/doc between 1.0.6rc and 1.0.6. PRs are welcome.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, a 1.0.6 soon would be very welcome!
No description provided.