We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb27e6 commit 111d937Copy full SHA for 111d937
pyproject.toml
@@ -7,7 +7,7 @@ name = "bbox_visualizer"
7
version = "0.2.0"
8
description = "Different ways of visualizing objects given bounding box data"
9
readme = "README.md"
10
-requires-python = ">=3.8"
+requires-python = ">=3.9"
11
license = { text = "MIT" }
12
authors = [
13
{ name = "Shoumik Sharar Chowdhury", email = "shoumikchow@gmail.com" },
@@ -19,7 +19,6 @@ classifiers = [
19
"License :: OSI Approved :: MIT License",
20
"Natural Language :: English",
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.8",
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
0 commit comments