4.0.0
Minimum python version is now 3.8.
There is a breaking in change in Python 3.12.1 which causes Green to break on skipped tests. The workaround is to use Python 3.12.0 or to comment out unittests that use @unittest.skipIf(...) annotation. We will release a fix for this in the next version of Green.
What's Changed
- Fix for Python 3.12 by @CleanCut in #274
- Address 'addDuration' warnings in python 3.12. by @sodul in #275
- Release/4.0.0 by @IanFoertsch-clumio in #280
New Contributors
- @IanFoertsch-clumio made their first contribution in #280
Full Changelog: 3.5.0...4.0.0