Skip to content

Commit c0ce4e0

Browse files
committed
Configuring with plone.meta
1 parent 796bbd8 commit c0ce4e0

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- ["ubuntu", "ubuntu-latest"]
2020
config:
2121
# [Python version, visual name, tox env]
22-
- ["3.13", "6.2 on py3.13", "py313-plone62"]
22+
- ["3.14", "6.2 on py3.14", "py314-plone62"]
2323
- ["3.10", "6.2 on py3.10", "py310-plone62"]
2424

2525
runs-on: ${{ matrix.os[1] }}

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# See the inline comments on how to expand/tweak this configuration file
44
[meta]
55
template = "default"
6-
commit-id = "2.3.2"
6+
commit-id = "2.5.1"
77

88
[pyproject]
99
dependencies_ignores = "['Products.LinguaPlone.interfaces.ITranslatable', 'collective.akismet', 'collective.z3cform.norobots', 'plone.formwidget.captcha', 'plone.formwidget.recaptcha', 'plone.formwidget.hcaptcha', 'plone.contentrules', 'plone.app.contentrules', 'plone.restapi', 'plone.stringinterp', 'plone.app.collection']"

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
rev: v3.21.2
1111
hooks:
1212
- id: pyupgrade
13-
args: [--py38-plus]
13+
args: [--py310-plus]
1414
- repo: https://github.com/pycqa/isort
15-
rev: 7.0.0
15+
rev: 8.0.1
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 25.12.0
19+
rev: 26.1.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/collective/zpretty

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/plone/meta/tree/main/src/plone/meta/default
33
# See the inline comments on how to expand/tweak this configuration file
44
[build-system]
5-
requires = ["setuptools>=68.2,<80", "wheel"]
5+
requires = ["setuptools>=68.2,<83", "wheel"]
66

77
[tool.towncrier]
88
directory = "news/"
@@ -60,7 +60,7 @@ profile = "plone"
6060
##
6161

6262
[tool.black]
63-
target-version = ["py38"]
63+
target-version = ["py310"]
6464

6565
##
6666
# Add extra configuration options in .meta.toml:

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ min_version = 4.4.0
77
envlist =
88
lint
99
test
10+
py314-plone62
1011
py313-plone62
1112
py312-plone62
1213
py311-plone62
@@ -18,6 +19,7 @@ envlist =
1819
# Add extra configuration options in .meta.toml:
1920
# - to specify a custom testing combination of Plone and python versions, use `test_matrix`
2021
# Use ["*"] to use all supported Python versions for this Plone version.
22+
# - to disable the test matrix entirely, set `use_test_matrix = false`
2123
# - to specify extra custom environments, use `envlist_lines`
2224
# - to specify extra `tox` top-level options, use `config_lines`
2325
# [tox]
@@ -133,6 +135,7 @@ extras =
133135
##
134136
# Add extra configuration options in .meta.toml:
135137
# [tox]
138+
# skip_test_extra = true
136139
# test_extras = """
137140
# tests
138141
# widgets

0 commit comments

Comments
 (0)