Re-instate support for py3.8, since it's still supported on Ubuntu 20.04 lts.
3.5.0
-------------
- Added csvw2markdown command. - Added support for py3.13, dropped support for py3.8.
3.4.0
-------------
- Improve compatibility with frictionless framework. - Added experimental csvw2sqlite command. - Test on python 3.13.
3.3.1
-------------
- Made sure the `_parent` attribute is excluded for equality comparisons of `Description` objects in order to stay compatible with attrs >= 24.1.
3.3.0
-------------
- Fixed handling of null values for list-valued columns when reading from sqlite db. - Added flag to force writing CSVW data in "strict" mode, see https://github.com/cldf/csvw/issues/57
3.2.2
-------------
- Support list-valued column data of non-string datatypes (as long as they can be JSON serialized) in `db`.