File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 26
26
jobs :
27
27
qa :
28
28
uses : plone/meta/.github/workflows/qa.yml@main
29
- test :
30
- uses : plone/meta/.github/workflows/test.yml@main
31
- with :
32
-
33
- py-versions : ' ["3.12", "3.11", "3.10"]'
34
- coverage :
35
- uses : plone/meta/.github/workflows/coverage.yml@main
29
+ # test:
30
+ # uses: plone/meta/.github/workflows/test.yml@main
31
+ # with:
32
+ # py-versions: '["3.12", "3.11", "3.10"]'
33
+ # coverage:
34
+ # uses: plone/meta/.github/workflows/coverage.yml@main
36
35
dependencies :
37
36
uses : plone/meta/.github/workflows/dependencies.yml@main
38
37
release_ready :
Original file line number Diff line number Diff line change 56
56
"collective.regenv" ,
57
57
"pas.plugins.ldap>=1.8.0" ,
58
58
"yafowil.plone>=5.0.0a1" ,
59
- "yafowil-bootstrap> 2.0.0a1 " ,
59
+ "yafowil-bootstrap== 2.0.0a2 " ,
60
60
],
61
61
extras_require = {
62
62
"test" : [
You can’t perform that action at this time.
0 commit comments