Skip to content

Releases: scivision/asyncio-subprocess-ffmpeg

update syntax, black style, improve CI coverage

06 Apr 16:57
11112cd
Compare
Choose a tag to compare

cleaner asyncio.run usage

02 Oct 02:18
ce58db9
Compare
Choose a tag to compare
v1.2.1

ci: lint on windows

simplify, streamline, python >= 3.7

27 Jul 03:07
443628c
Compare
Choose a tag to compare
  • 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

11 Jul 04:46
bdcdfe4
Compare
Choose a tag to compare
  • 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