diff --git a/.travis.yml b/.travis.yml index 68ede16..39090de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ sudo: false python: - 3.7 + - 3.8 + - 3.9 addons: apt: diff --git a/README.md b/README.md index 17215a8..f0eda14 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Installation Requirements -------------------- -- Python3: 3.6 or later +- Python3: 3.7 or later - Icarus Verilog: 10.1 or later ``` diff --git a/pyverilog/VERSION b/pyverilog/VERSION index 6085e94..f0bb29e 100644 --- a/pyverilog/VERSION +++ b/pyverilog/VERSION @@ -1 +1 @@ -1.2.1 +1.3.0