Skip to content

Commit e3417fe

Browse files
committed
Remove Python-3.6 from MacOS.
No longer available on Github.
1 parent d21de67 commit e3417fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
34+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
3535
os: [macos-latest]
3636

3737
steps:

0 commit comments

Comments
 (0)