We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be83b2b commit f79ebfdCopy full SHA for f79ebfd
.github/workflows/check-python-eol-actions.yml
@@ -25,6 +25,8 @@ jobs:
25
repository: stumpy-dev/stumpy
26
- name: Check Python Version End of Life
27
run: |
28
+ # Test script first
29
+ python ./versions.py
30
if [[ `python ./versions.py | grep python | grep Mismatch | wc -l` -gt "0" ]]; then
31
echo "Bump minimum version due to Python end-of-life"
32
exit 1
0 commit comments