haddocking / pdb-tools

A dependency-free cross-platform swiss army knife for PDB files.
https://haddocking.github.io/pdb-tools/
Apache License 2.0
369 stars 112 forks source link

Update build_and_test.yml to remove Py2 images. #162

Closed JoaoRodrigues closed 6 months ago

JoaoRodrigues commented 6 months ago

Python 2.7 images are no longer supported on GHA, so unfortunately we have to drop them. We should consider drop support for Python 2 completely. I highly doubt many clusters/servers still support it actively.

joaomcteixeira commented 6 months ago

Sorry, I posted on the other PR before seeing this message. I agree with dropping py27.

@amjjbonvin do you have any arguments in favour of maintaining py27? We can always test it locally.

joaomcteixeira commented 6 months ago

We should add 3.11 and 3.12 also.

amjjbonvin commented 6 months ago

Fine to drop it. Makes sense