Skip to content

Commit 7872f4d

Browse files
committed
Merge branch 'config-with-default-template-2.3.0' into erral-google-translate
2 parents 5a9bece + 838f847 commit 7872f4d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/test-matrix.yml

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

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]
2727
py_versions = "[\"3.12\", \"3.11\", \"3.10\"]"

tox.ini

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

0 commit comments

Comments
 (0)