We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bea6b0 commit 08a20fbCopy full SHA for 08a20fb
‎pyproject.toml‎
@@ -10,7 +10,6 @@ classifiers = [
10
"License :: OSI Approved :: MIT License",
11
"Operating System :: OS Independent",
12
"Programming Language :: Python",
13
- "Programming Language :: Python :: 3.6",
14
"Programming Language :: Python :: 3.7",
15
"Programming Language :: Python :: 3.8",
16
"Programming Language :: Python :: 3.9",
@@ -23,7 +22,7 @@ Homepage = "https://github.com/mirecl/pprof"
23
22
Documentation = "https://github.com/mirecl/pprof"
24
25
[tool.poetry.dependencies]
26
-python = ">=3.6.2,<4.0"
+python = ">=3.7,<4.0"
27
line-profiler = "^4.0.3"
28
29
[tool.poetry.dev-dependencies]
0 commit comments