cati-neuroimaging / deidentification

Tool to remove metadata allowing to identify a subject from DICOM images used in neuroimaging research
MIT License
3 stars 2 forks source link

ubuntu-latest and python 3.6 #35

Open DimitriPapadopoulos opened 1 year ago

DimitriPapadopoulos commented 1 year ago

GitHub Actions: Ubuntu-latest workflows will use Ubuntu-22.04

ubuntu-latest is in the process of switching from ubuntu-20.04 to ubuntu-22.04: https://github.com/cati-neuroimaging/deidentification/blob/e3b29cd9cc6354f2fe37deeed891274450fe48ee/.github/workflows/python-package.yml#L15

Python 3.6 will not available on ubuntu-22.04 and has been EOLed since 2021-12-23: https://github.com/cati-neuroimaging/deidentification/blob/e3b29cd9cc6354f2fe37deeed891274450fe48ee/.github/workflows/python-package.yml#L19

Either change to ubuntu-20.04, or to Python 3.7.