Skip to content

Commit 1fdf96e

Browse files
authored
Drop py3.8 from pypproject.toml (openvinotoolkit#973)
CVS-151792
1 parent 1c52294 commit 1fdf96e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
name = "openvino-genai"
33
version = "2024.5.0.0"
44
description = "Python bindings for https://github.com/openvinotoolkit/openvino.genai"
5-
requires-python = ">=3.8"
5+
requires-python = ">=3.9"
66
readme = {file = "src/README.md", content-type="text/markdown"}
77
license = {text = "OSI Approved :: Apache Software License"}
88
authors = [
99
{ name = "OpenVINO Developers", email = "openvino@intel.com" },
1010
]
1111
classifiers = [
12-
"Programming Language :: Python :: 3.8",
1312
"Programming Language :: Python :: 3.9",
1413
"Programming Language :: Python :: 3.10",
1514
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)