Skip to content

4.0.0

Compare
Choose a tag to compare
@sodul sodul released this 16 Jan 21:26
· 39 commits to main since this release
b4a8e40

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

New Contributors

Full Changelog: 3.5.0...4.0.0