IDEMSInternational / rapidpro-flow-toolkit

Toolkit for using spreadsheets to create and modify RapidPro flows
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Confirm which versions of python are supported. #89

Closed geoo89 closed 9 months ago

geoo89 commented 11 months ago

parsers/common/rowparser.py uses some internal python functionality that may change across versions.

I expect this to work for python 3.6-3.9, but it would be good to test against these versions explicitly upon pushes, and also check whether the code is working for python >= 3.10.

istride commented 11 months ago

Is it possible to focus support on the currently supported versions of Python as per Status of Python Versions? The would be 3.8 - 3.11, at the moment.