Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: don't test on deprecated python versions
Remove Python 3.7 and 3.8 from the CI test matrix, as these versions are deprecated / EOL. This enables usage of Python 3.9+ features in scripts, such as str.removeprefix/str.removesuffix, and should cause any issue since the scripts are always executed manually anyways. Signed-off-by: Mathieu Choplain <[email protected]>
- Loading branch information