1
0
mirror of https://github.com/myhdl/myhdl.git synced 2024-12-14 07:44:38 +08:00

Removed testing with Python 3.6 - EOL <> Added testing with PyPy 3.9 (#376)

* Removed testing with Python 3.6 - EOL
Added testing with PyPy 3.9

* corrected to 'pypy-3.9'
This commit is contained in:
Josy Boelen 2022-08-02 17:40:09 +02:00 committed by GitHub
parent e6ac73214e
commit 79cf2218f4
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.6", "3.7", "3.8", "3.9", "3.10"] python-version: ["3.7", "3.8", "3.9", "3.10", 'pypy-3.9']
os: [ubuntu-latest] os: [ubuntu-latest]
target: [core, iverilog, ghdl] target: [core, iverilog, ghdl]