Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 360 Bytes

Python Bytecode Downgrader

CI

Downgrades Python bytecode from 3.9 so that it can be run on a 3.8 interpreter.

Testing

  1. Set up a venv

  2. pip install -r requirements.txt

  3. python -m pytest

Usage

  1. Set up a venv

  2. python -m pydowngrade ..