@@ -11,18 +11,18 @@ authors = [
1111description = " Pytest plugin for trio"
1212readme = {file = " README.md" , content-type = " text/markdown" }
1313license = {file = " LICENSE" }
14- requires-python = " >=3.8 "
14+ requires-python = " >=3.10 "
1515classifiers = [
1616 " Development Status :: 4 - Beta" ,
1717 " License :: OSI Approved :: MIT License" ,
1818 " License :: OSI Approved :: Apache Software License" ,
1919 " Natural Language :: English" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.8" ,
22- " Programming Language :: Python :: 3.9" ,
2321 " Programming Language :: Python :: 3.10" ,
2422 " Programming Language :: Python :: 3.11" ,
2523 " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
2727 " Programming Language :: Python :: Implementation :: CPython" ,
2828 " Programming Language :: Python :: Implementation :: PyPy" ,
0 commit comments