From 4f7feb9c85ac69524f0c14dbec07cfaaf9dbf02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Fri, 3 Dec 2021 19:09:23 +0100 Subject: Run test suite on Python 3.10 as well --- .github/workflows/ci.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8113bdf..da43d52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,34 +147,36 @@ jobs: manylinux: "2010", target: "x86_64-unknown-linux-gnu", arch: "x86_64", + python-version: "3.6" }, { toolchain: "nightly", manylinux: "2010", target: "x86_64-unknown-linux-gnu", arch: "x86_64", + python-version: "3.6" }, { toolchain: "stable", manylinux: "2010", target: "x86_64-unknown-linux-gnu", arch: "x86_64", + python-version: "3.6" + }, + { + toolchain: "stable", + manylinux: "2010", + target: "x86_64-unknown-linux-gnu", + arch: "x86_64", + python-version: "3.10" }, - # FIXME: GitHub actions runs out of memory when this build is - # attempted. - # { - # toolchain: "stable", - # manylinux: "2010", - # target: "i686-unknown-linux-gnu", - # arch: "i686" - # }, ] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.6 + python-version: ${{ matrix.platform.python-version }} - name: Build Wheels run: | -- cgit v1.2.3