Skip to content

Commit 814cdd1

Browse files
committed
Potential backport of cc-plugin-glider authority tables to Python 3.8
1 parent 62e7d0b commit 814cdd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ license = { text = "Apache-2.0" }
1515
maintainers = [
1616
{ name = "Benjamin Adams", email = "[email protected]" },
1717
]
18-
requires-python = ">=3.9"
18+
requires-python = ">=3.8"
1919
classifiers = [
2020
"Programming Language :: Python :: 3 :: Only",
21+
"Programming Language :: Python :: 3.8",
2122
"Programming Language :: Python :: 3.9",
2223
"Programming Language :: Python :: 3.10",
2324
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)