pygments / pygments.rb

💎 Ruby wrapper for Pygments syntax highlighter
MIT License
572 stars 141 forks source link

extend Python support to 3.3 #214

Closed slonopotamus closed 3 years ago

slonopotamus commented 3 years ago

also, reduce CI matrix to only test oldest and newest supported Python/Ruby versions

Anteru commented 3 years ago

Note that Pygments itself only supports Python 3.5+, and we definitely don't want to extend it that to older versions.

slonopotamus commented 3 years ago

Well, I actually abandoned this idea as soon as I saw that 3.5 is the oldest available via setup-python GitHub Action :)