Skip to content

Commit 31d5206

Browse files
committed
Fix up CI/CD Python versions
1 parent 6eb181b commit 31d5206

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python3.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
11+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
1212
include:
13-
- os: macos-latest
14-
python-version: '3.5'
15-
- os: macos-latest
16-
python-version: '3.6'
1713
- os: windows-latest
1814
python-version: '3.5'
1915
- os: windows-latest

0 commit comments

Comments
 (0)