holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
214 stars 121 forks source link

Upgrade Python code to Python 3 #203

Closed DimitriPapadopoulos closed 1 year ago

DimitriPapadopoulos commented 1 year ago

Apply most of the suggestions of pyupgrade.

The Python code is documented to support Python >= 3.7 in README.rst:

pyEDFlib can be used with Python >=3.7.

skjerns commented 1 year ago

looking good, thanks!

could you merge the changes I made in #206 (now in master) and check if the test suit then runs?

skjerns commented 1 year ago

thanks!