Skip to content

Commit 00914f6

Browse files
committed
Configuring with plone.meta
1 parent 9433396 commit 00914f6

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.github/workflows/test-matrix.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ 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.13", "6.1 on py3.13", "py313-plone61"]
25-
- ["3.10", "6.1 on py3.10", "py310-plone61"]
26-
- ["3.13", "6.0 on py3.13", "py313-plone60"]
27-
- ["3.10", "6.0 on py3.10", "py310-plone60"]
2824

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

.meta.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[meta]
55
template = "default"
66
commit-id = "2.3.1"
7+
8+
[tox]
9+
test_matrix = {"6.2" = ["*"]}

tox.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ envlist =
1111
py312-plone62
1212
py311-plone62
1313
py310-plone62
14-
py313-plone61
15-
py312-plone61
16-
py311-plone61
17-
py310-plone61
18-
py313-plone60
19-
py312-plone60
20-
py311-plone60
21-
py310-plone60
2214
dependencies
2315

2416

@@ -119,8 +111,6 @@ set_env =
119111
deps =
120112
{[test_runner]deps}
121113
plone62: -c https://dist.plone.org/release/6.2-dev/constraints.txt
122-
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)