Skip to content

Commit 9810188

Browse files
committed
Drop python 3.9 support
1 parent a9fb359 commit 9810188

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/test_precommit.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

src/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010
[project]
1111
name = "openvino_model_api"
1212
version = "0.3.0.3"
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.10"
1414
authors = [
1515
{name = "Intel(R) Corporation"},
1616
]
@@ -21,7 +21,7 @@ description = "Model API: model wrappers and pipelines for inference with OpenVI
2121
readme = "README.md"
2222
classifiers = [
2323
"License :: OSI Approved :: Apache Software License",
24-
"Programming Language :: Python :: 3.9"
24+
"Programming Language :: Python :: 3.10"
2525
]
2626
dependencies = [
2727
"numpy>=1.16.6",

0 commit comments

Comments
 (0)