Skip to content

Python3 cleanup

Zach Marshall requested to merge zmarshal/MadGraphModels:Py3Compat into master

Attempting to clean up all the windows newlines that cause issues in various places.

Adding python3-like print and raise statements everywhere.

Adding a test for python3 compatibility to the CI (including a new script for it)

Merge request reports