What's Changed * Add Python 3.13 support by waza-ari in https://github.com/kipe/pycron/pull/41 * Update Python dependency requirements to work on all upcoming 3.x releases by kipe in https://github.com/kipe/pycron/pull/42
New Contributors * waza-ari made their first contribution in https://github.com/kipe/pycron/pull/41
* Switch to GitHub actions by kipe in https://github.com/kipe/pycron/pull/25 * Migrate to poetry and unittest by kipe in https://github.com/kipe/pycron/pull/32 * Update day names handling in _to_int function by kipe in https://github.com/kipe/pycron/pull/33 * Update DOM and DOW parsing logic by kipe in https://github.com/kipe/pycron/pull/34
This release drops support for Python 2.7 and 3.4.
1.0.0
- Add support for day names - Add support for dividers (1-59/2 for every minute)
0.80.0
- Add anacron style `has_been` function (1, 3) - Add support for alternative datetime libraries (4, 9) - Make sure both timezone aware and naive datetimes are supported (2, 3, 6) - Drop support for Python 2.6, 3.2, 3.3 (8)