Skip to content

Commit 961b97a

Browse files
authored
Remove Python 3.6 from classifiers and requirements in pyproject.toml
1 parent e5b2478 commit 961b97a

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
@@ -8,7 +8,6 @@ dynamic = ["version", "readme", "dependencies", "authors"]
88
description = "The Bolt Framework for Python"
99
license = { text = "MIT" }
1010
classifiers = [
11-
"Programming Language :: Python :: 3.6",
1211
"Programming Language :: Python :: 3.7",
1312
"Programming Language :: Python :: 3.8",
1413
"Programming Language :: Python :: 3.9",
@@ -20,7 +19,7 @@ classifiers = [
2019
"License :: OSI Approved :: MIT License",
2120
"Operating System :: OS Independent",
2221
]
23-
requires-python = ">=3.6"
22+
requires-python = ">=3.7"
2423

2524

2625
[project.urls]

0 commit comments

Comments
 (0)