File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2020 config :
2121 # [Python version, visual name, tox env]
2222 - ["3.13", "6.2 on py3.13", "py313-plone62"]
23- - ["3.10 ", "6.2 on py3.10 ", "py310 -plone62"]
23+ - ["3.11 ", "6.2 on py3.11 ", "py311 -plone62"]
2424
2525 runs-on : ${{ matrix.os[1] }}
2626 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 @@ -21,7 +21,7 @@ extra_lines = """
2121# test_path = "/tests"
2222# use_mxdev = true
2323# test_deps_additional = ""
24- test_matrix = { "6.2" = [" * " ] }
24+ test_matrix = { "6.2" = [" 3.13 " , " 3.11 " ] }
2525
2626[github ]
2727py_versions = " [\" 3.12\" , \" 3.11\" , \" 3.10\" ]"
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ envlist =
88 lint
99 test
1010 py313-plone62
11- py312-plone62
1211 py311-plone62
13- py310-plone62
1412 dependencies
1513
1614
You can’t perform that action at this time.
0 commit comments