Skip to content

Commit 5bf9470

Browse files
committed
Only test python build on highest/lowest supported versions
1 parent ae7f041 commit 5bf9470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: check Python build
4949
strategy:
5050
matrix:
51-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
51+
python-version: ['3.7', '3.11']
5252
steps:
5353
- uses: actions/checkout@v3
5454

0 commit comments

Comments
 (0)