Skip to content

Commit 1ab1085

Browse files
committed
Remove unneeded tests with Python 3.8 and 3.9
1 parent 4737e65 commit 1ab1085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
max-parallel: 5
2424
matrix:
25-
python: ["3.8", "3.9", "3.10", "3.11"]
25+
python: ["3.10", "3.11"]
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)