From 48a13237410f99bb3ed50a3a4f35acf7f9ab4e1c Mon Sep 17 00:00:00 2001 From: Keerthan Jaic Date: Fri, 4 Nov 2022 05:59:28 +0000 Subject: [PATCH] add python 3.11 to ci matrix --- .github/workflows/test_checkin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_checkin.yml b/.github/workflows/test_checkin.yml index 1a85dcea..cf48ceb5 100644 --- a/.github/workflows/test_checkin.yml +++ b/.github/workflows/test_checkin.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false # So that one fail doesn't stop remaining tests matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", 'pypy-3.9'] + python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.9", "3.11"] os: [ubuntu-latest] target: [core, iverilog, ghdl]