mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-19 01:30:04 -05:00
The := operator was introduced in python 3.8. I don't think making calibre incompatible with previous python versions is worth the use of the new operator here. FreeBSD at least uses python 3.7 by default and this would cause problems in providing calibre to users, and require them to custom compile software to get it.