mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
add python 3.11 to ci matrix (#382)
This commit is contained in:
parent
279941b8b8
commit
32c9c7abc1
2
.github/workflows/test_checkin.yml
vendored
2
.github/workflows/test_checkin.yml
vendored
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user