Skip to content

Commit

Permalink
Configuring for pure-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 5, 2021
1 parent fec6b23 commit f79c50b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- ["3.8", "py38"]
- ["3.9", "py39"]
- ["3.10", "py310"]
- ["pypy-2.7-v7.x", "pypy"]
- ["pypy2", "pypy"]
- ["pypy3", "pypy3"]
- ["3.9", "docs"]
- ["3.9", "coverage"]
Expand All @@ -38,6 +38,7 @@ jobs:
- { os: windows, config: ["3.9", "lint"] }
- { os: windows, config: ["3.9", "docs"] }
- { os: windows, config: ["3.9", "coverage"] }
- { os: windows, config: ["pypy2", "pypy"] }

runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }}-${{ matrix.config[1] }}
Expand Down
5 changes: 4 additions & 1 deletion .meta.toml
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "7788b0c785ec23246369c0df9c6010e0047d8645"
commit-id = "de499940b679dcda1c60b089f30134146da31e9a"

[python]
with-windows = true
Expand Down Expand Up @@ -66,3 +66,6 @@ additional-ignores = [
additional-config = [
"- [\"3.8\", \"py38-pure\"]",
]
additional-exclude = [
"- { os: windows, config: [\"pypy2\", \"pypy\"] }",
]

0 comments on commit f79c50b

Please sign in to comment.