33name = " meta-package-manager"
44version = " 5.21.0"
55# Python versions and their status: https://devguide.python.org/versions/
6- requires-python = " >= 3.10 "
6+ requires-python = " >= 3.11 "
77description = " 🎁 wraps all package managers with a unifying CLI"
88authors = [{ name = " Kevin Deldycke" , email = " kevin@deldycke.com" }]
99readme = " readme.md"
@@ -79,7 +79,6 @@ classifiers = [
7979 ' Operating System :: Microsoft :: Windows' ,
8080 ' Operating System :: POSIX :: Linux' ,
8181 " Programming Language :: Python :: 3" ,
82- " Programming Language :: Python :: 3.10" ,
8382 " Programming Language :: Python :: 3.11" ,
8483 " Programming Language :: Python :: 3.12" ,
8584 " Programming Language :: Python :: 3.13" ,
@@ -101,7 +100,6 @@ dependencies = [
101100 " packageurl-python ~= 0.16.0" ,
102101 " spdx-tools ~= 0.8.2" ,
103102 " tabulate [widechars] ~= 0.9.0" ,
104- " tomli ~= 2.0.1 ; python_version < '3.11'" ,
105103 " tomli_w ~= 1.2.0" ,
106104 " xmltodict ~= 0.14.2" ,
107105]
@@ -135,7 +133,6 @@ docs = [
135133 " sphinx-issues ~= 5.0.0" ,
136134 " sphinxcontrib-mermaid ~= 1.0.0" ,
137135 " sphinxext-opengraph ~= 0.10.0" ,
138- " tomli ~= 2.0.1 ; python_version < '3.11'" ,
139136]
140137
141138[project .urls ]
0 commit comments