SNEWS2 / SNEWS_Publishing_Tools

Publishing Tool for SNEWS
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Github Workflows #117

Open KaraMelih opened 3 months ago

KaraMelih commented 3 months ago

We are running the unit tests on macOS 12,13,14 and Ubuntu 22 for python versions 3.11 and 3.12 Do we need all these different macOS types? Should we instead test on lower python versions to see potential errors

sybenzvi commented 3 months ago

Removed MacOS 12 and 13 from the buildbot.

It looks like MacOS 13 is still under development so we should try to add that test back into the mix.

habig commented 3 months ago

The next most common lower version of python is 3.9. But if pydantic requires 3.11, then that sets the floor for where we can test.