-
Dan Villiom Podlaski Christiansen authored
This removes all compatibility support for Python 3.5 and earlier, and adjusts our __future__ imports to enable the `generator_stop` feature, which was optional in Python 3.5 and enabled in 3.7. See <https://docs.python.org/3/library/__future__.html> for details.
51484ad0486dDan Villiom Podlaski Christiansen authoredThis removes all compatibility support for Python 3.5 and earlier, and adjusts our __future__ imports to enable the `generator_stop` feature, which was optional in Python 3.5 and enabled in 3.7. See <https://docs.python.org/3/library/__future__.html> for details.
Loading