tartley / colorama

Simple cross-platform colored terminal text in Python
BSD 3-Clause "New" or "Revised" License
3.51k stars 249 forks source link

Fix up the CI jobs #361

Open tartley opened 1 year ago

tartley commented 1 year ago

They are full of deprecation warnings

dloez commented 1 year ago

The deprecated warning "The set-output command is deprecated and will be disabled soon" is removed in https://github.com/tartley/colorama/pull/371.

How are you going to handle the deprecated python 2.7 version?