@@ -11,7 +11,7 @@ dynamic = ["version"]
1111description = " execnet: rapid multi-Python deployment"
1212readme = {"file" = " README.rst" , "content-type" = " text/x-rst" }
1313license = " MIT"
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.10 "
1515authors = [
1616 { name = " holger krekel and others" },
1717]
@@ -22,11 +22,11 @@ classifiers = [
2222 " Operating System :: MacOS :: MacOS X" ,
2323 " Operating System :: Microsoft :: Windows" ,
2424 " Operating System :: POSIX" ,
25- " Programming Language :: Python :: 3.8" ,
26- " Programming Language :: Python :: 3.9" ,
2725 " Programming Language :: Python :: 3.10" ,
2826 " Programming Language :: Python :: 3.11" ,
2927 " Programming Language :: Python :: 3.12" ,
28+ " Programming Language :: Python :: 3.13" ,
29+ " Programming Language :: Python :: 3.14" ,
3030 " Programming Language :: Python :: Implementation :: CPython" ,
3131 " Programming Language :: Python :: Implementation :: PyPy" ,
3232 " Topic :: Software Development :: Libraries" ,
@@ -96,7 +96,7 @@ include = [
9696]
9797
9898[tool .mypy ]
99- python_version = " 3.8 "
99+ python_version = " 3.10 "
100100mypy_path = [" src" ]
101101files = [" src" , " testing" ]
102102strict = true
0 commit comments