diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e4d35b..5d614c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: - ["3.9", "py39"] - ["3.10", "py310"] - ["pypy2", "pypy"] - - ["pypy3", "pypy3"] + - ["pypy-3.7", "pypy3"] - ["3.9", "docs"] - ["3.9", "coverage"] - ["2.7", "py27-subunit"] @@ -41,7 +41,7 @@ jobs: - ["3.9", "py39-subunit"] - ["3.10", "py310-subunit"] - ["pypy2", "pypy-subunit"] - - ["pypy3", "pypy3-subunit"] + - ["pypy-3.7", "pypy3-subunit"] exclude: - { os: windows, config: ["3.9", "lint"] } - { os: windows, config: ["3.9", "docs"] } diff --git a/.meta.toml b/.meta.toml index 98aa2cd..c1a9846 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "aef18fe5ee64014d8b1b9de21f1e0a0991be874e" +commit-id = "33148ad0239543bf03adf814688d10723062457e" [python] with-pypy = true @@ -60,7 +60,7 @@ additional-config = [ "- [\"3.9\", \"py39-subunit\"]", "- [\"3.10\", \"py310-subunit\"]", "- [\"pypy2\", \"pypy-subunit\"]", - "- [\"pypy3\", \"pypy3-subunit\"]", + "- [\"pypy-3.7\", \"pypy3-subunit\"]", ] additional-exclude = [ "- { os: windows, config: [\"pypy2\", \"pypy-subunit\"] }", diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..31d95f0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ + +# Contributing to zopefoundation projects + +The projects under the zopefoundation GitHub organization are open source and +welcome contributions in different forms: + +* bug reports +* code improvements and bug fixes +* documentation improvements +* pull request reviews + +For any changes in the repository besides trivial typo fixes you are required +to sign the contributor agreement. See +https://www.zope.dev/developer/becoming-a-committer.html for details. + +Please visit our [Developer +Guidelines](https://www.zope.dev/developer/guidelines.html) if you'd like to +contribute code changes and our [guidelines for reporting +bugs](https://www.zope.dev/developer/reporting-bugs.html) if you want to file a +bug report. diff --git a/MANIFEST.in b/MANIFEST.in index 201d14f..f295e97 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ # Generated from: # https://github.com/zopefoundation/meta/tree/master/config/pure-python +include *.md include *.rst include *.txt include buildout.cfg