We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c52294 commit 1fdf96eCopy full SHA for 1fdf96e
pyproject.toml
@@ -2,14 +2,13 @@
2
name = "openvino-genai"
3
version = "2024.5.0.0"
4
description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai"
5
-requires-python = ">=3.8"
+requires-python = ">=3.9"
6
readme = {file = "src/README.md", content-type="text/markdown"}
7
license = {text = "OSI Approved :: Apache Software License"}
8
authors = [
9
{ name = "OpenVINO Developers", email = "openvino@intel.com" },
10
]
11
classifiers = [
12
- "Programming Language :: Python :: 3.8",
13
"Programming Language :: Python :: 3.9",
14
"Programming Language :: Python :: 3.10",
15
"Programming Language :: Python :: 3.11",
0 commit comments