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

Tests with Python 3.12 #50

Open
toshihikoyanase opened this issue Nov 21, 2023 · 3 comments
Open

Tests with Python 3.12 #50

toshihikoyanase opened this issue Nov 21, 2023 · 3 comments
Labels
contribution-welcome Issue that welcomes contribution.

Comments

@toshihikoyanase
Copy link
Member

Motivation

Python 3.12 is available, but integration modules have not yet been tested with it in CI.

Description

We should add 3.12 to the python-version matrix in the CI configuration.

python-version: ['3.8', '3.9', '3.10', '3.11']

Additionally, if the CI fails with Python 3.12, we may need to update the codebase to resolve compatibility issues.

If the tests pass as expected, we can also update the supported Python versions in README.md and pyproject.toml.

[![Python](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue)](https://www.python.org)

"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3 :: Only",

Alternatives (optional)

No response

Additional context (optional)

No response

@toshihikoyanase toshihikoyanase added the contribution-welcome Issue that welcomes contribution. label Nov 21, 2023
@DanielAvdar
Copy link
Contributor

It seems like the main issue with Python 3.12 is the dependency problem related to TensorFlow. Specifically, there's a message stating: "No matching distribution found for tensorflow; extra == 'all'". You can find more details here.

@DanielAvdar
Copy link
Contributor

tensorflow/tensorflow#62003
TensorFlow does not currently support Python 3.12.

@toshihikoyanase
Copy link
Member Author

Thank for your investigation. We may need to skip such tests in Python 3.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution-welcome Issue that welcomes contribution.
Projects
None yet
Development

No branches or pull requests

2 participants