Commit f79c50b6 authored by Michael Howitz's avatar Michael Howitz

Configuring for pure-python

parent fec6b233
......@@ -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"]
......@@ -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] }}
......
......@@ -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
......@@ -66,3 +66,6 @@ additional-ignores = [
additional-config = [
"- [\"3.8\", \"py38-pure\"]",
]
additional-exclude = [
"- { os: windows, config: [\"pypy2\", \"pypy\"] }",
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment