You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to plone/meta 2.10 (adds a Plone 6.2 test matrix)
Generated with `config-package` from plone.meta 2.10.0; the only hand edit is
removing the [flake8] section from setup.cfg, which the generator asks for
(flake8 config lives in .flake8).
The motivation is CI coverage: this repo's meta `main` workflows call
plone/meta's test.yml, which takes no plone-version input and hardcodes
"Plone 6.0". So there is no signal for 6.1, 6.2 or 6.3 today.
The 2.x template generates test-matrix.yml with tox factors per Plone line:
py314-plone63 / py310-plone63
py314-plone62 / py310-plone62
py313-plone61 / py310-plone61
py39-plone60
fail-fast: false
Verified before opening: collective.volto.formsupport[test] resolves against
https://dist.plone.org/release/6.2-dev/constraints.txt, and the suite is green
on 6.2 — 52 tests, 0 failures against CMFPlone 6.2.1 / plone.restapi 10.0.2.
0 commit comments