Releases: scivision/asyncio-subprocess-ffmpeg
Releases · scivision/asyncio-subprocess-ffmpeg
update syntax, black style, improve CI coverage
cleaner asyncio.run usage
v1.2.1 ci: lint on windows
simplify, streamline, python >= 3.7
- simplify, streamline, correct code using modern Python >= 3.7 techniques
- remove support for obsolete Python versions
- use pep517/518 workaround for user site-packages default
python >= 3.5 compatible, more CI
- made Python >= 3.5 compatible throughout, a useful template for concurrent programming using subprocess in Python in OS-agnostic fashion
- improved CI coverage for Windows by removing pytest-asyncio dependency by implementing boilerplate runner.py