andreafrancia / trash-cli

Command line interface to the freedesktop.org trashcan.
GNU General Public License v2.0
3.53k stars 177 forks source link

Continuous Testing on Python 2.7 #313

Open andreafrancia opened 10 months ago

andreafrancia commented 10 months ago

Describe the bug Missing test workflow for python 2.7. In the past trash-cli supported both python 2.7 and the newer versions of python 3.x leveraging the Git Hub Actions support. Recently Git Hub Action dropped the support of python 2.7 and so we no longer have a way to test the code automatically on Python 2.7.

To Reproduce

Expected behavior That have a way to launch tests on every commit on python 2.7 like the old days.

Probably is just a matter of running an action on a custom image based on an LTS distribution that still provide support for python 2.7. (For me) it is not an easy task.

I hope that someone skilled can contribute a solution.