diff options
author | Michael Howitz <mh@gocept.com> | 2021-01-18 16:50:38 +0100 |
---|---|---|
committer | Michael Howitz <mh@gocept.com> | 2021-01-18 16:53:55 +0100 |
commit | 9c65715a58c0cc2adf9b6eeef767d24f0219920a (patch) | |
tree | 40bc741fff34195ba93e362fe324c2e2789b0951 | |
parent | 7b93772063524b7678ad969b025612cfe3c38af2 (diff) | |
download | zope-schema-9c65715a58c0cc2adf9b6eeef767d24f0219920a.tar.gz |
Configuring for pure-python
-rw-r--r-- | .github/workflows/tests.yml | 2 | ||||
-rw-r--r-- | .meta.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a535e16..bab7b08 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python - uses: actions/setup-python@v2.1.4 + uses: actions/setup-python@v2 with: python-version: ${{ matrix.config[0] }} - name: Pip cache @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = "pure-python" -commit-id = "4e9825189b9b8d18f28e7dbc63373d4baea08602" +commit-id = "5b7a5e11f3a182cb3704ef1e071f9d592a741787" [python] with-appveyor = false |