From d720507846c8ec992e784ae13bf614421ddd394a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Thu, 28 Oct 2021 23:36:50 -0500 Subject: [PATCH] Include py 3.x version in Github CI pytest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff7beb0..6a05f47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", pypy3] + python-version: ["3.6", "3.8", "3.9", "3.x", pypy3] steps: - uses: actions/checkout@v2 - -- GitLab