1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00

add python 3.11 to ci matrix

This commit is contained in:
Keerthan Jaic 2022-11-04 05:59:28 +00:00 committed by GitHub
parent 279941b8b8
commit 48a1323741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
fail-fast: false # So that one fail doesn't stop remaining tests fail-fast: false # So that one fail doesn't stop remaining tests
matrix: 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] os: [ubuntu-latest]
target: [core, iverilog, ghdl] target: [core, iverilog, ghdl]