supervision icon indicating copy to clipboard operation
supervision copied to clipboard

ci: 👷 close dependabot warning and PR requests for min version(py38)

Open onuralpszr opened this issue 2 years ago • 0 comments

Description

This commit addresses the continuous integration (CI) configuration for our project. We've noticed that Dependabot has been creating warnings and pull request (PR) requests related to our minimum supported Python version, which is currently Python 3.8.

Changes include:

  • Updating the dependencies installation step in the workflow to ensure compatibility with Python 3.8. This includes specifying versions for all our dependencies that are compatible with this Python version.

  • Running our test suite with Python 3.8 to ensure that our codebase works as expected with this version.

With these changes, we aim to close the unnecessary Dependabot warnings and PR requests, streamline our CI process, and ensure that our project remains compatible with Python 3.8, our minimum supported Python version.

onuralpszr avatar Dec 19 '23 13:12 onuralpszr