Open beci opened 2 years ago
Interested in this too @beci - I've had similar issues with Airflow to the one you pointed too. It seems there have been a few pr's into master but no word of release yet
@sdispater would be able to do it, but I'm afraid he does not realize how big problem is #594 for those kinds of distros. The last release will be 2 years old in 2 weeks, and it's a 5k starts project.
+1 for a new release. In my case it's blocking migration to use zoneinfo as per https://github.com/sdispater/pendulum/issues/646.
As the last release was over 2 years ago, I'm considering if we should migrate away from pendulum and back to python's own datetime or if there is any chance there may be a new release of pendulum in the near future.
+1 for a new release @sdispater 🙏
if we should migrate away from pendulum and back to python's own datetime...
arrow might be worth a look. I've discovered that it's better maintained than pendulum and provides much of the same enhancements over the standard library's datetime
.
A first prerelease of Pendulum 3.0 is coming in the coming weeks (no exact ETA). One of the main changes will be the usage of zoneinfo
instead of custom tzinfo
instances.
There will also be some improvements and fixes for outstanding bugs along with a revamp of the documentation.
This takes time so thanks for bearing with us while we work on these changes. The project is not abandoned in any way but since I can only work on it in my spare time — which is split with other open source projects — this goes slower than I would like.
Thanks very much for the update!
I need to use pendulum with Python 3.12. Is there a plan to support 3.12 in some reasonable time?
Alternative is to drop pendulum and draw back to Python's datetime or similar.
In terms of features, we are set for what we want to have in 3.0. There are a few fixes left to tackle and we need to fix the release workflow before making the final 3.0 release.
We plan for the final release end of September/start of October with at least one pre-release before it.
@sdispater is there any update on this?
We published at the start of this week a new prerelease version (3.0.0b1). Feature and changes wise it's frozen, only a few bug fixes to tackle before the final release which should happen sometime next week.
Feel free to test the latest prerelease for now if you really need a more up-to-date version.
@sdispater hey, thanks for all your hard work with Pendulum.
Any news on the final release for 3.0.0?
Could be useful to flag the blockers with a 3.0
milestone. Easier to follow, easier to contribute.
Hi - Can we please have an update for the 3.0.0 release? We're blocked upgrading to 3.12 until this. Thanks
fwiw, I would consider https://github.com/sdispater/pendulum/issues/759 a blocker for the final 3.0 release
Version 3.0 should be released this week-end if everything goes well.
When new version will be released?
Issue
I noticed that the last version is on July 24, 2020 (2.1.2) I came to this project because of a prefect bug, which was because of the quite old #256, which was fixed by me in #594. But this is also affect apache/airflow
So what is the plan?