File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,3 +14,9 @@ test_extras = """
1414 tests
1515"""
1616test_matrix = { "6.0" = [" *" ] }
17+ envlist_lines = """
18+ # Add envs to prevent python-check-versions to complain,
19+ # which would force us to set requires_python to 3.9+,
20+ # which I don't want to do in a bugfix release.
21+ py38-plone60
22+ """
Original file line number Diff line number Diff line change 2727 "Programming Language :: Python :: 3.9" ,
2828 "Programming Language :: Python :: 3.10" ,
2929 "Programming Language :: Python :: 3.11" ,
30+ "Programming Language :: Python :: 3.12" ,
31+ "Programming Language :: Python :: 3.13" ,
3032 "Topic :: Software Development :: Libraries :: Python Modules" ,
3133 ],
3234 keywords = "plone schema field" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ envlist =
1313 py310-plone60
1414 py39-plone60
1515 dependencies
16+ # Add envs to prevent python-check-versions to complain,
17+ # which would force us to set requires_python to 3.9+,
18+ # which I don't want to do in a bugfix release.
19+ py38-plone60
1620
1721
1822# #
You can’t perform that action at this time.
0 commit comments