BCDA-APS / adl2pydm

Convert MEDM's .adl files to PyDM's .ui format
Other
0 stars 4 forks source link

CI: add python 3.8 testing #56

Closed klauer closed 4 years ago

klauer commented 4 years ago

Testing on Python 2.7 is failing as the codebase uses a considerable amount of f-strings. Removed that and added Python 3.8.

prjemian commented 4 years ago

I'm OK for adding python 3.8 testing but despite the py27 EOL, we should maintain ability to use that. The f strings can be converted. Any other incompatibilities with py27?

klauer commented 4 years ago

Sad to hear you still want to support 2.7.

There may be other things required to support it, but I didn't look into them. I'll push another commit re-adding it to CI in a bit.

prjemian commented 4 years ago

Thanks.