[
https://issues.apache.org/jira/browse/AVRO-3672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17633717#comment-17633717
]
ASF subversion and git services commented on AVRO-3672:
-------------------------------------------------------
Commit b2185451bb942048ff443fa6dcd3d83ab2403dce in avro's branch
refs/heads/branch-1.11 from Martin Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=b2185451b ]
AVRO-3672: Add CI testing for Python 3.11 (#1961)
* AVRO-3672: Add CI testing for Python 3.11
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
* AVRO-3672: Fix setuptools warning
/home/runner/work/avro/avro/lang/py/.tox/build/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508:
SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use
license_files instead.
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
* AVRO-3672: Override __str__ to return the Enum's value
It seems Python 3.11 changed its toString() for classes inheriting (str,
Enum).
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
* AVRO-3672: Fix formatting
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 432f073c3cfb8ac7edb2793b797ab855c5a978dd)
> Add CI testing for Python 3.11
> ------------------------------
>
> Key: AVRO-3672
> URL: https://issues.apache.org/jira/browse/AVRO-3672
> Project: Apache Avro
> Issue Type: Task
> Components: python
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Python 3.11 has been released few weeks ago:
> [https://www.python.org/downloads/release/python-3110/]
> It would be good to test with it at Github Actions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)