umcu / clinlp

A Python library for performing NLP on clinical text written in Dutch
GNU General Public License v3.0
33 stars 0 forks source link

Automatic testing for multiple Python versions #46

Closed vmenger closed 9 months ago

vmenger commented 9 months ago

Let's add some github actions that automatically run tests for multiple python versions (3.10-3.12), which should help prevent version-specific issues arising.

vmenger commented 9 months ago

Fixed in #49. There is no torch support for python 3.12 yet so that will have to wait.