dropped python 3.6 for PR worflows

This commit is contained in:
Siddharth Dushantha 2023-02-05 19:09:12 +01:00
parent 87c3e8e091
commit 15908b1011

View file

@ -17,7 +17,7 @@ jobs:
if echo $FILES | grep -q ".json"; then
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.8\"}]}"
else
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.6\" },{\"python\":\"3.7\"},{\"python\":\"3.8\"}]}"
echo "::set-output name=matrix::{\"include\":[{\"python\":\"3.7\"},{\"python\":\"3.8\"}]}"
fi
build:
needs: [getchange]