File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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 = [
3328dependencies = [
3429 " couleur>=0.7.4" ,
3530]
36- requires-python = " >=3.6 "
31+ requires-python = " >=3.11 "
3732
3833[project .urls ]
3934Homepage = " http://github.com/gabrielfalcao/sure"
You can’t perform that action at this time.
0 commit comments