Skip to content

Commit 37a772c

Browse files
committed
[Enh] Updated compatible Python version
1 parent 1a2b5a6 commit 37a772c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ license = {file = "LICENSE"}
1111
authors = [
1212
{name = "Johan Medrano", email = "[email protected]"},
1313
{name = "Yael Balbastre", email = "[email protected]"}]
14-
requires-python = ">=3.9,<3.14"
14+
requires-python = ">=3.3,<3.14"
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
18+
"Programming Language :: Python :: 3.3",
19+
"Programming Language :: Python :: 3.4",
20+
"Programming Language :: Python :: 3.5",
21+
"Programming Language :: Python :: 3.6",
22+
"Programming Language :: Python :: 3.7",
23+
"Programming Language :: Python :: 3.8",
1824
"Programming Language :: Python :: 3.9",
1925
"Programming Language :: Python :: 3.10",
2026
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)