amyreese / fissix

backport of lib2to3, with enhancements
Other
45 stars 22 forks source link

test with 3.9 #32

Closed graingert closed 2 years ago

graingert commented 3 years ago

Description

Fixes: #
amyreese commented 3 years ago

Hmm, we should actually just go ahead and remove the Travis config, and update the GHA config to include the 3.9 runtime. Since pylint still doesn't support 3.9, I've been using a config like this to skip the lint phase on 3.9. As for 3.10, I believe that GHA has support for that as "3.10-dev", but I haven't tried that anywhere, and would require a more complicated conditional to skip pylint there as well.

graingert commented 3 years ago

@jreese pylint 2.8 released recently