Skip to content

Commit d24f8ce

Browse files
committed
Update Python version requirement to 3.9 and add support for Python 3.13 in pyproject.classifiers
1 parent bbb27e6 commit d24f8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "bbox_visualizer"
77
version = "0.2.0"
88
description = "Different ways of visualizing objects given bounding box data"
99
readme = "README.md"
10-
requires-python = ">=3.8"
10+
requires-python = ">=3.9"
1111
license = { text = "MIT" }
1212
authors = [
1313
{ name = "Shoumik Sharar Chowdhury", email = "shoumikchow@gmail.com" },
@@ -19,11 +19,11 @@ classifiers = [
1919
"License :: OSI Approved :: MIT License",
2020
"Natural Language :: English",
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
2625
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2727
"Topic :: Scientific/Engineering :: Image Processing",
2828
"Topic :: Scientific/Engineering :: Visualization",
2929
]

0 commit comments

Comments
 (0)