curved-television-6568
11/15/2021, 10:06 AMYou have set interpreter constraints (`CPython<4 OR CPython>=3.6.*`) that are not compatible with those used to generate the lockfile (`CPython<4,>=3.6`). `flake8` determines its interpreter constraints
curved-television-6568
11/15/2021, 10:08 AMOR
now…curved-television-6568
11/15/2021, 10:11 AMC1, C2
where presented as C1 AND C2
to match the OR
case… that would be clearer 🙂hundreds-father-404
11/15/2021, 4:14 PM[python]
interpreter_constraints = [">=3.6,<4", "==2.7.*"]
We use ' OR '.join()
curved-television-6568
11/15/2021, 4:16 PM