pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

Python 3.3 support dropped in a minor version #175

Closed dmtucker closed 6 years ago

dmtucker commented 6 years ago

This is a backward-incompatible change ☹️

dmtucker commented 6 years ago

I see this was discussed a little in https://github.com/pytest-dev/py/pull/165#issuecomment-343582668, but I would like to point out that pinning can also be done with the compatible release operator (e.g. ~=1.0 or ~=2.0). In other words, some dependents may have already pinned long ago.