Replies: 2 comments 11 replies
-
Por aqui 3.13.2, no Debian Trixie. Mas ainda não usei rows. |
Beta Was this translation helpful? Give feedback.
-
I think it makes sense to go with the Python's that are not EOLed - With 3.10, IIRC we have class unions with "|" which I use a lot in new code And even though LtS S.O. versions might feature relatively old Python as the So, I go with shave-off EOLed Python - currently, the oldest supported is 3.9 As for those Python 2 users - they can keep the existing version - it is well past time to drop |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
rows
users and contributors!After a long hiatus without new releases (despite the continuous development in the
develop
branch), I'm finally actively working on the next version: 0.5.0. This will be the last release to support some older Python versions (such as 2.7 and 3.5). Maintaining compatibility with outdated Python versions requires extra effort, but before dropping support entirely, I plan to release 0.5.0 with deprecation warnings (only bug fixes will be implemented for this minor release, no new features will be added). Then, in 0.6.0, support for these older Python versions will be officially dropped.I've been working on #372 to ensure
rows
runs on all currently supported Python versions and fix all the existing tests/issues before this new release. This change will help simplify the codebase and accelerate future improvements to the library. However, I want to make an informed decision based on real-world usage.According to PyPI download stats, some users are still installing rows from Python 2.7 and 3.5:

The decision will also consider:
17 votes ·
Beta Was this translation helpful? Give feedback.
All reactions