Skip to content

Commit 7e14ef4

Browse files
committed
Plone 6.1+ tests only
1 parent abcaee8 commit 7e14ef4

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test-matrix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
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

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_*
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]
2626
jobs = [

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)