Skip to content

Commit

Permalink
remove python 3.8 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilario committed Oct 22, 2024
1 parent d210d14 commit 181ec48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10"]
python: ["3.9", "3.10"]
group: [1, 2, 3, 4, 5]

steps:
Expand Down Expand Up @@ -149,4 +149,4 @@ jobs:
git push origin $TAG_NAME
else
echo "If this was the main branch, I would push a new tag named $TAG_NAME"
fi
fi

0 comments on commit 181ec48

Please sign in to comment.