pytest-dev / nose2pytest

Scripts to convert Python Nose tests to PyTest
Other
38 stars 12 forks source link

Drop Python 3.6 and 3.7 support #36

Closed nicoddemus closed 5 months ago

nicoddemus commented 5 months ago

Drops EOL Python 3.6 and 3.7.

Use an upper bound because 3.12 is not supported yet due to the removed imp module.