33name = " python-libs"
44dynamic = [" version" ]
55description = " Common Xenserver Python classes"
6- requires-python = " >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5 .*"
6+ requires-python = " >=3.6 .*"
77license = {file = " LICENSE" }
88keywords = [" xenserver" , " xen-project" , " libraries" ]
99authors = [
@@ -20,14 +20,10 @@ readme = "README.md"
2020classifiers = [
2121 " Development Status :: 5 - Production/Stable" ,
2222 " Operating System :: POSIX :: Linux" ,
23- " Programming Language :: Python :: 2.7" ,
2423 " Programming Language :: Python :: 3.6" ,
25- " Programming Language :: Python :: 3.7" ,
26- " Programming Language :: Python :: 3.8" ,
27- " Programming Language :: Python :: 3.9" ,
28- " Programming Language :: Python :: 3.10" ,
2924 " Programming Language :: Python :: 3.11" ,
3025 " Programming Language :: Python :: 3.12" ,
26+ " Programming Language :: Python :: 3.13" ,
3127 " Programming Language :: Python :: Implementation :: CPython" ,
3228 " Topic :: System :: Hardware" ,
3329 " Topic :: System :: Installation/Setup" ,
0 commit comments