Skip to content

Commit 31ec08d

Browse files
committed
chore(ci): remove python 3.7 from test matrix
1 parent c522996 commit 31ec08d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10"]
16-
os: [ubuntu-latest, macOS-latest]
17-
exclude: # Python 3.7 is not supported on Apple ARM64
18-
- python-version: "3.7"
19-
os: macos-latest
20-
include: # Python 3.7 is tested with a x86 macOS version
21-
- python-version: "3.7"
22-
os: macos-13
15+
python-version: ["3.8", "3.9", "3.10"]
2316

2417
steps:
2518
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)