Skip to content

Commit 08a20fb

Browse files
authored
🔥 Update pyproject.toml, python 3.7 and above
1 parent 3bea6b0 commit 08a20fb

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
@@ -10,7 +10,6 @@ classifiers = [
1010
"License :: OSI Approved :: MIT License",
1111
"Operating System :: OS Independent",
1212
"Programming Language :: Python",
13-
"Programming Language :: Python :: 3.6",
1413
"Programming Language :: Python :: 3.7",
1514
"Programming Language :: Python :: 3.8",
1615
"Programming Language :: Python :: 3.9",
@@ -23,7 +22,7 @@ Homepage = "https://github.com/mirecl/pprof"
2322
Documentation = "https://github.com/mirecl/pprof"
2423

2524
[tool.poetry.dependencies]
26-
python = ">=3.6.2,<4.0"
25+
python = ">=3.7,<4.0"
2726
line-profiler = "^4.0.3"
2827

2928
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)