-
I’m using the BentoML framework (version >= 1.3.10) and noticed that it explicitly states support for Python 3.10, 3.11, and 3.12. However, one of its dependencies, Here are my questions:
Thank you for any insights or clarifications! I’d be happy to help with testing if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
quick chime in here, fwiw we should add test matrix to 3.10+, but from our end it doesn't seem like anything breaks for 3.11 and beyond. |
Beta Was this translation helpful? Give feedback.
simple-di
doesn't cover Python 3.10+ in its own CI, but since it is a home-grown dependency used by BentoML, the latter is tested against Python 3.10+python_requires
value.