Skip to content

Commit f6e6f7b

Browse files
committed
updates pyproject.toml to support python version >= 3.11
1 parent 73d5da3 commit f6e6f7b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,8 @@ classifiers = [
1818
"Operating System :: POSIX :: Linux",
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.10",
2221
"Programming Language :: Python :: 3.11",
2322
"Programming Language :: Python :: 3.12",
24-
"Programming Language :: Python :: 3.6",
25-
"Programming Language :: Python :: 3.7",
26-
"Programming Language :: Python :: 3.8",
27-
"Programming Language :: Python :: 3.9",
2823
"Programming Language :: Python :: Implementation",
2924
"Programming Language :: Python :: Implementation :: CPython",
3025
"Programming Language :: Python :: Implementation :: PyPy",
@@ -33,7 +28,7 @@ classifiers = [
3328
dependencies = [
3429
"couleur>=0.7.4",
3530
]
36-
requires-python = ">=3.6"
31+
requires-python = ">=3.11"
3732

3833
[project.urls]
3934
Homepage = "http://github.com/gabrielfalcao/sure"

0 commit comments

Comments
 (0)