Skip to content

Commit edd83d0

Browse files
committed
Update testmatrix
1 parent 6fa71ce commit edd83d0

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.github/workflows/test-matrix.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
# [Python version, visual name, tox env]
2222
- ["3.13", "6.2 on py3.13", "py313-plone62"]
2323
- ["3.10", "6.2 on py3.10", "py310-plone62"]
24+
- ["3.9", "6.1 on py3.9", "py39-plone61"]
2425
- ["3.13", "6.1 on py3.13", "py313-plone61"]
25-
- ["3.10", "6.1 on py3.10", "py310-plone61"]
26-
- ["3.9", "6.0 on py3.9", "py39-plone60"]
27-
- ["3.13", "6.0 on py3.13", "py313-plone60"]
2826

2927
runs-on: ${{ matrix.os[1] }}
3028
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

.meta.toml

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ commit-id = "2.0.1.dev0"
77

88
[pyproject]
99
codespell_skip = "*.css.map,pnpm-lock.yaml"
10+
11+
[tox]
12+
test_matrix = {"6.2" = ["3.13", "3.10"], "6.1" = ["3.13", "3.10"]}

tox.ini

+1-11
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,9 @@ envlist =
88
lint
99
test
1010
py313-plone62
11-
py312-plone62
12-
py311-plone62
1311
py310-plone62
1412
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
13+
py39-plone61
2314
dependencies
2415

2516

@@ -120,7 +111,6 @@ deps =
120111
{[test_runner]deps}
121112
plone62: -c https://dist.plone.org/release/6.2-dev/constraints.txt
122113
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:

0 commit comments

Comments
 (0)