File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 # [Python version, visual name, tox env]
2222 - ["3.13", "6.2 on py3.13", "py313-plone62"]
2323 - ["3.13", "6.1 on py3.13", "py313-plone61"]
24- - ["3.10", "6.0 on py3.10", "py310-plone60"]
2524
2625 runs-on : ${{ matrix.os[1] }}
2726 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Original file line number Diff line number Diff line change 2020"""
2121
2222[tox ]
23- test_matrix = {"6.2" = [" 3.13" ], "6.1" = [" 3.13" ], "6.0" = [ " 3.10 " ] }
23+ test_matrix = {"6.2" = [" 3.13" ], "6.1" = [" 3.13" ]}
2424
2525[github ]
2626jobs = [
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ envlist =
99 test
1010 py313-plone62
1111 py313-plone61
12- py310-plone60
1312 dependencies
1413
1514
@@ -112,7 +111,6 @@ deps =
112111 {[test_runner]deps}
113112 plone62: -c https://dist.plone.org/release/6.2-dev/constraints.txt
114113 plone61: -c https://dist.plone.org/release/6.1-dev/constraints.txt
115- plone60: -c https://dist.plone.org/release/6.0-dev/constraints.txt
116114
117115# #
118116# Specify additional deps in .meta.toml:
You can’t perform that action at this time.
0 commit comments