Announce dropping Python 2 support (#735)

* Announce dropping Python 2 support

* major -> breaking in changelog
This commit is contained in:
Andrew Klychkov 2025-09-16 07:55:08 +02:00 committed by GitHub
commit 7a4f77fea2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
breaking_changes:
- Since version 4.0.0, the collection accepts code written in Python 3. Modules aren't tested against Python 2 and might not work in Python 2 environments.