Skip to content

Commit

Permalink
Configuring with plone/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jul 2, 2024
1 parent 490d746 commit 1ffc910
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 61 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/tests.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,5 @@ commit-id = "4b86f8f1"
dependencies_ignores = "['zope.testing']"
codespell_ignores = "whit"

[tox]
envlist_lines = """
py38,
py39,
py310,
py311,
pypy,
pypy3,
"""
config_lines = """
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy3.9: pypy3
"""

[github]
py_versions = "[\"3.12\", \"3.11\", \"3.10\", \"3.9\", \"3.8\", \"py3\"]"
15 changes: 1 addition & 14 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,7 @@ envlist =
lint
test
dependencies
py38,
py39,
py310,
py311,
pypy,
pypy3,

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy3.9: pypy3


##
# Add extra configuration options in .meta.toml:
Expand Down

0 comments on commit 1ffc910

Please sign in to comment.