@@ -11,25 +11,17 @@ envlist =
1111 py312-plone62
1212 py311-plone62
1313 py310-plone62
14- py313-plone61
15- py312-plone61
16- py311-plone61
17- py310-plone61
18- py313-plone60
19- py312-plone60
20- py311-plone60
21- py310-plone60
22- py39-plone60
2314 dependencies
2415
2516
2617# #
2718# Add extra configuration options in .meta.toml:
2819# - to specify a custom testing combination of Plone and python versions, use `test_matrix`
20+ # Use ["*"] to use all supported Python versions for this Plone version.
2921# - to specify extra custom environments, use `envlist_lines`
3022# - to specify extra `tox` top-level options, use `config_lines`
3123# [tox]
32- # test_matrix = {"6.2" = ["3.13", "3.12"], "6.1" = ["3.10", "3.9 "]}
24+ # test_matrix = {"6.2" = ["3.13", "3.12"], "6.1" = ["* "]}
3325# envlist_lines = """
3426# my_other_environment
3527# """
@@ -119,8 +111,6 @@ set_env =
119111deps =
120112 {[test_runner]deps}
121113 plone62: -c https://dist.plone.org/release/6.2-dev/constraints.txt
122- plone61: -c https://dist.plone.org/release/6.1-dev/constraints.txt
123- plone60: -c https://dist.plone.org/release/6.0-dev/constraints.txt
124114
125115# #
126116# Specify additional deps in .meta.toml:
@@ -200,7 +190,6 @@ deps =
200190 build
201191 towncrier
202192 -c https://dist.plone.org/release/6.2-dev/constraints.txt
203-
204193commands =
205194 # fake version to not have to install the package
206195 # we build the change log as news entries might break
@@ -231,7 +220,6 @@ deps =
231220 pipdeptree
232221 pipforester
233222 -c https://dist.plone.org/release/6.2-dev/constraints.txt
234-
235223commands =
236224 # Generate the full dependency tree
237225 sh -c ' pipdeptree -j > forest.json'
0 commit comments