Skip to content

Commit 9ffc6c0

Browse files
committed
chore: update minimum Python version to 3.9
1 parent bbb27e6 commit 9ffc6c0

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
@@ -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,7 +19,6 @@ 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",

0 commit comments

Comments
 (0)