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

prepare for 1.0.6rc1 #557

Merged
merged 4 commits into from Sep 13, 2023
Merged

prepare for 1.0.6rc1 #557

merged 4 commits into from Sep 13, 2023

Conversation

methane
Copy link
Member

@methane methane commented Sep 5, 2023

No description provided.

pyproject.toml Outdated
@@ -14,7 +14,7 @@ license = {text="Apache 2.0"}
authors = [{name="Inada Naoki", email="songofacandy@gmail.com"}]
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",
Copy link
Contributor

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+.

@methane methane changed the title prepare for 1.0.6 prepare for 1.0.6rc1 Sep 13, 2023
@methane methane merged commit 4e10c10 into main Sep 13, 2023
19 checks passed
@methane methane deleted the py312 branch September 13, 2023 09:40
Release Date: 2023-09-13

* Add Python 3.12 wheels (#517)
* Remove Python 2.7, 3.6, and 3.7 support
Copy link
Contributor

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?

Copy link
Member Author

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.

Copy link
Contributor

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!

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

2 participants