|
10 | 10 | strategy: |
11 | 11 | matrix: |
12 | 12 | os: [ubuntu-latest, macos-latest, windows-latest] |
13 | | - python-version: ['3.7'] |
| 13 | + python-version: ['3.8'] |
14 | 14 | steps: |
15 | 15 | - uses: actions/checkout@v3 |
16 | | - - name: Fix Broken Python 3.7.17 (no _bz2 module) |
17 | | - run: rm -rf $RUNNER_TOOL_CACHE/Python/3.7.17 |
18 | | - shell: bash |
19 | 16 | - name: Set Up Python |
20 | 17 | uses: actions/setup-python@v4 |
21 | 18 | with: |
|
55 | 52 | strategy: |
56 | 53 | matrix: |
57 | 54 | os: [ubuntu-latest, macos-latest, windows-latest] |
58 | | - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 55 | + python-version: ['3.8', '3.9', '3.10', '3.11'] |
59 | 56 | steps: |
60 | 57 | - uses: actions/checkout@v3 |
61 | | - - name: Fix Broken Python 3.7.17 (no _bz2 module) |
62 | | - run: rm -rf $RUNNER_TOOL_CACHE/Python/3.7.17 |
63 | | - shell: bash |
64 | 58 | - name: Set Up Python |
65 | 59 | uses: actions/setup-python@v4 |
66 | 60 | with: |
@@ -109,12 +103,9 @@ jobs: |
109 | 103 | strategy: |
110 | 104 | matrix: |
111 | 105 | os: [ubuntu-latest, macos-latest, windows-latest] |
112 | | - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
| 106 | + python-version: ['3.8', '3.9', '3.10', '3.11'] |
113 | 107 | steps: |
114 | 108 | - uses: actions/checkout@v3 |
115 | | - - name: Fix Broken Python 3.7.17 (no _bz2 module) |
116 | | - run: rm -rf $RUNNER_TOOL_CACHE/Python/3.7.17 |
117 | | - shell: bash |
118 | 109 | - name: Set Up Python |
119 | 110 | uses: actions/setup-python@v4 |
120 | 111 | with: |
|
0 commit comments