File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,7 @@ jobs:
135135 fail-fast : false
136136 matrix :
137137 os : [ubuntu-22.04, ubuntu-24.04]
138- python-version : [3.9, "3.10", "3.11"]
139- exclude :
140- - os : ubuntu-24.04
141- python-version : " 3.9"
138+ python-version : ["3.10", "3.11", "3.13"]
142139 runs-on : ${{ matrix.os }}
143140 steps :
144141 - name : Set up docker for macOS
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010[project ]
1111name = " openvino_model_api"
1212version = " 0.3.0.3"
13- requires-python = " >=3.9 "
13+ requires-python = " >=3.10 "
1414authors = [
1515 {name = " Intel(R) Corporation" },
1616]
@@ -21,7 +21,7 @@ description = "Model API: model wrappers and pipelines for inference with OpenVI
2121readme = " README.md"
2222classifiers = [
2323 " License :: OSI Approved :: Apache Software License" ,
24- " Programming Language :: Python :: 3.9 "
24+ " Programming Language :: Python :: 3.10 "
2525]
2626dependencies = [
2727 " numpy>=1.16.6" ,
You can’t perform that action at this time.
0 commit comments