We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b450a00 commit 5847539Copy full SHA for 5847539
.travis.yml
@@ -4,6 +4,8 @@ sudo: false
4
5
python:
6
- 3.7
7
+ - 3.8
8
+ - 3.9
9
10
addons:
11
apt:
README.md
@@ -75,7 +75,7 @@ Installation
75
Requirements
76
--------------------
77
78
-- Python3: 3.6 or later
+- Python3: 3.7 or later
79
- Icarus Verilog: 10.1 or later
80
81
```
pyverilog/VERSION
@@ -1 +1 @@
1
-1.2.1
+1.3.0
0 commit comments