| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 10.0.1
* **Moved to Codeberg:** https://codeberg.org/nielsenb-jf/aniso8601
* :code:`year_range_check` will only shift 0s in from the left for
year strings of length 2. Since :code:`parse_date` throws an
:code:`IsoFormatError` for year strings of lengths other than 2 or
4 this shouldn't significantly change any public API consumers.
* Specify changelog location in :code:`setup.py`
* Change to `Woodpecker CI <https://woodpecker-ci.org/>`_
* Add a CI pipeline to test builders when a tag is pushed
- update to 10.0.0:
* Reduced accuracy representations of years when parsing a
calendar date are now only allowed to be [YY] (see 31)
* No longer specify a Python interpreter version to Black
* Cleanup unsupported Pylint configuration options
* Fix used-before-assignment errors
* Fix coverage issue caused by unreachable conditional in
_parse_interval_end