OCR-D / ocropy

Python-based tools for document analysis and OCR
Apache License 2.0
0 stars 1 forks source link

supported Python versions #3

Open bertsky opened 2 years ago

bertsky commented 2 years ago

I just dropped 3.5, because I saw a syntax error on CI with some f-strings (PEP 498). But maybe that was too hasty – I cannot find such usage in our code. Perhaps that came from some dependency – which we could hold to an older version.

The same seems to be true for 2.7:

ERROR: Package 'imageio' requires a different Python: 2.7.18 not in '>=3.5'

So maybe we can still keep 2.7 if we just hold imageio to something earler than 2.9?

bertsky commented 2 years ago

BTW I don't quite understand which CircleCI config applies – only the one on master, or also the publish-to-pypi branch version? (It never seems to accept PR versions at least.)

bertsky commented 2 years ago

The other CI failures (3.10 and 3.7) are only timeouts. I'll drop run-test-ci, as this is already included in run-coverage.