Skip to content

Commit

Permalink
try accept python 3.6 #117
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCladellas committed Dec 5, 2024
1 parent 95c02af commit 67b5b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ authors = [
{ name = "Christophe Prud'homme", email = "[email protected]" },
{ name = "Vincent Chabannes", email = "[email protected]" },
]
requires-python = ">=3.7"
requires-python = ">=3.6"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 67b5b4f

Please sign in to comment.