@@ -11,7 +11,7 @@ dynamic = ["version"]
1111description = " execnet: rapid multi-Python deployment"
1212long_description_file = " README.rst"
1313license = " MIT"
14- requires-python = " >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* "
14+ requires-python = " >=3.7 "
1515authors = [
1616 { name = " holger krekel and others" },
1717]
@@ -22,14 +22,11 @@ classifiers = [
2222 " Operating System :: MacOS :: MacOS X" ,
2323 " Operating System :: Microsoft :: Windows" ,
2424 " Operating System :: POSIX" ,
25- " Programming Language :: Python :: 2" ,
26- " Programming Language :: Python :: 2.7" ,
27- " Programming Language :: Python :: 3" ,
28- " Programming Language :: Python :: 3.5" ,
29- " Programming Language :: Python :: 3.6" ,
3025 " Programming Language :: Python :: 3.7" ,
3126 " Programming Language :: Python :: 3.8" ,
3227 " Programming Language :: Python :: 3.9" ,
28+ " Programming Language :: Python :: 3.10" ,
29+ " Programming Language :: Python :: 3.11" ,
3330 " Programming Language :: Python :: Implementation :: CPython" ,
3431 " Programming Language :: Python :: Implementation :: PyPy" ,
3532 " Topic :: Software Development :: Libraries" ,
0 commit comments