frejanordsiek / hdf5storage

Python package to read and write a wide range of Python types to/from HDF5 formatted files. Can read/write data to the HDF5 based Matlab v7.3 MAT files.
BSD 2-Clause "Simplified" License
83 stars 24 forks source link

Dropping Python 3.5 support in the version 1.0 in development (main branch) #117

Closed frejanordsiek closed 3 years ago

frejanordsiek commented 3 years ago

Previously, support was dropped for Python < 3.5 (see Issue #84 ). Now, I am adding type hints for use by type checkers like mypy to be able to catch more bugs in the package, and also help any users of the package that are using type hints themselves. Variable type hints are not supported in Python 3.5 but are in Python 3.6, so support for Python 3.5 is being dropped.

frejanordsiek commented 3 years ago

Done in commit 04e919d