From db49294cf722e9463666bd06f81a86f930b8707c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelina=20Ko=C5=9Bcielnicka?= Date: Thu, 30 Jun 2022 20:03:52 +0200 Subject: [PATCH] Add Python 3.11 to the CI matrix. --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 8840e12..26832e5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7-v7.3.3'] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev', 'pypy-3.7-v7.3.3'] steps: - name: Check out source code uses: actions/checkout@v2 @@ -38,6 +38,7 @@ jobs: export AMARANTH_USE_YOSYS=builtin YOSYS=yowasp-yosys SBY=yowasp-sby SMTBMC=yowasp-yosys-smtbmc export PYTHONWARNINGS=error python -m coverage run -m unittest discover -t . -s tests + unset PYTHONWARNINGS codecov document: runs-on: ubuntu-latest