equinor / komodoenv

Komodoenv is the virtualenv of the Komodo world
GNU General Public License v3.0
1 stars 3 forks source link

upgrade python versions in tests and workflow #47

Closed xjules closed 1 year ago

xjules commented 1 year ago

Resolves #48 Upgrade ubuntu and python versions in the workflow and perform corresponding changes in tests.

kwinkunks commented 1 year ago

Currently we test komodo on Python 3.10 as well, I wonder if it's worth switching the testing to a matrix running on ubuntu-latest, instead of choosing a single Ubuntu with the built-in Python we want?

I don't think this would mean changing the tests themselves, just the GitHub workflow.

More like this:

https://github.com/equinor/komodo/blob/main/.github/workflows/test.yml#L11-L26