Skip to content

Commit 5e14712

Browse files
minimum python now 3.10 in ci
1 parent 5af5ce1 commit 5e14712

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ name = "boxmot"
128128
version = "16.0.9"
129129
description = "BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models"
130130
readme = "README.md"
131-
requires-python = ">=3.9,<3.13"
131+
requires-python = ">=3.10,<3.13"
132132
license = { text = "AGPL-3.0" }
133133

134134
authors = [
@@ -142,7 +142,6 @@ classifiers = [
142142
"Intended Audience :: Science/Research",
143143
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
144144
"Programming Language :: Python :: 3",
145-
"Programming Language :: Python :: 3.9",
146145
"Programming Language :: Python :: 3.10",
147146
"Programming Language :: Python :: 3.11",
148147
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)