Skip to content

Commit a620458

Browse files
committed
Update test matrix.
1 parent a3226e8 commit a620458

File tree

5 files changed

+2
-66
lines changed

5 files changed

+2
-66
lines changed

.github/workflows/test-matrix.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
- ["3.10", "6.2 on py3.10", "py310-plone62"]
2424
- ["3.13", "6.1 on py3.13", "py313-plone61"]
2525
- ["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"]
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

.github/workflows/tests.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-c https://dist.plone.org/release/6.0-dev/constraints.txt
1+
-c https://dist.plone.org/release/6.1-dev/constraints.txt

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-r https://dist.plone.org/release/6.0-dev/requirements.txt
1+
-r https://dist.plone.org/release/6.1-dev/requirements.txt
22
-c constraints.txt
33
-e .[test]
44

tox.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ envlist =
1616
py312-plone61
1717
py311-plone61
1818
py310-plone61
19-
py313-plone60
20-
py312-plone60
21-
py311-plone60
22-
py310-plone60
2319
dependencies
2420

2521

@@ -125,7 +121,6 @@ deps =
125121
{[test_runner]deps}
126122
plone62: -c https://dist.plone.org/release/6.2-dev/constraints.txt
127123
plone61: -c https://dist.plone.org/release/6.1-dev/constraints.txt
128-
plone60: -c https://dist.plone.org/release/6.0-dev/constraints.txt
129124

130125
##
131126
# Specify additional deps in .meta.toml:

0 commit comments

Comments
 (0)