Boavizta / boaviztapi

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API
GNU Affero General Public License v3.0
66 stars 21 forks source link

Tests(compatibility): add matrix test strategy for Python versions #277

Closed Shillaker closed 3 months ago

Shillaker commented 4 months ago

Change

Add matrix strategy to run tests on different Python versions in parallel.

Why?

If we want to support multiple Python versions, it's good to check their compatibility regularly.

da-ekchajzer commented 3 months ago

Thank you for the PR. Didn't know you could run a workflow with several python versions.

We have decided to discontinue python 3.8 but maintain the API for python >= 3.9. See : https://github.com/Boavizta/boaviztapi/pull/278

Could you add python 3.9 to the versions tested ?

da-ekchajzer commented 3 months ago

I added python 3.9. Does this seem ok for you ?

Shillaker commented 3 months ago

Yes, LGTM!