mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
* Removed support for Python 3.7 (which is End Of Life since 2023-06-27) Removed stray ast.Str and the like , which throw deprecation warnings in Python 3.12 * corrected import pathj for raises_kind * corrected `ord` value assignemnt in _toVerilog.py removed forgotten ast.dump call from _analyze.py