okken / pytest-check

A pytest plugin that allows multiple failures per test.
MIT License
349 stars 35 forks source link

Give Python lower bound with ">=" instead of ">" #136

Closed EliahKagan closed 1 year ago

EliahKagan commented 1 year ago

Fixes #135

This changes the supported Python version specification to ">=3.7". Prior to this change it was ">3.7", which is equivalent to ">=3.7.1", and which I believe does not clearly express intent.

See #135 for details (including on other approaches besides this one).

okken commented 1 year ago

Wow. Nice catch. Thanks!

okken commented 1 year ago

Released as 2.2.1