Skip to content

Add python 3.10#9034

Merged
acozzette merged 5 commits into
protocolbuffers:masterfrom
busunkim96:add-py-3-10
Oct 15, 2021
Merged

Add python 3.10#9034
acozzette merged 5 commits into
protocolbuffers:masterfrom
busunkim96:add-py-3-10

Conversation

@busunkim96

@busunkim96 busunkim96 commented Sep 29, 2021

Copy link
Copy Markdown
Contributor

The Python 3.10 release is scheduled for next Monday, 2021-10-04. https://www.python.org/dev/peps/pep-0619/

Because 3.10 is still technically a release candidate, the image python:3.10-buster does not yet exist, but should soon.
python:3.10-buster now exists: https://hub.docker.com/_/python

Intended to be reviewed together with Kokoro config change in internal changelist 399739838.

@google-cla google-cla Bot added the cla: yes label Sep 29, 2021
@busunkim96 busunkim96 closed this Sep 29, 2021
@busunkim96 busunkim96 reopened this Sep 29, 2021
@acozzette

Copy link
Copy Markdown
Collaborator

@busunkim96 Thank you for adding this Python 3.10 test coverage. LGTM if you can just fix the merge conflicts. We will need to push the Docker image but I can easily do that once this is merged.

Comment thread python/setup.py
Comment on lines -290 to -291
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@acozzette I removed 3.3 and 3.4 to match the python_requires>=3.5 below.

Comment thread tests.sh Outdated
}

build_python310_cpp() {
build_python_cpp_version py39-cpp

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should this say py310-cpp?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

@acozzette acozzette merged commit c01cd6e into protocolbuffers:master Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants