com-lihaoyi / fastparse

Writing Fast Parsers Fast in Scala
https://com-lihaoyi.github.io/fastparse
MIT License
1.09k stars 164 forks source link

Python 2.7 support dropped from actions/setup-python #289

Closed ysthakur closed 1 year ago

ysthakur commented 1 year ago

Unfortunately, actions/setup-python dropped support for Python 2.7 on June 19 (see issue/announcement), and the test-jvm job in the ci workflow uses it.

lihaoyi commented 1 year ago

Yeah, looks like we may have to drop that part of our CI. Probably OK, because we have a bunch of unit tests for PythonParse that do not required Python installed, and it's neither under active development nor is it a first-class supported module since it's just an example of using FastParse