mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
e356d8a589
* 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