|
40 | 40 | os: [ubuntu-latest, macOS-latest, windows-latest]
|
41 | 41 | java-version: [17]
|
42 | 42 | java-distribution: ["corretto"]
|
43 |
| - python-version: ["3.8", "3.11"] |
| 43 | + python-version: ["3.8", "3.12"] |
44 | 44 |
|
45 | 45 | name: test coffea (${{ matrix.os }}) - python ${{ matrix.python-version }}, JDK${{ matrix.java-version }}
|
46 | 46 |
|
@@ -104,21 +104,21 @@ jobs:
|
104 | 104 | run: |
|
105 | 105 | pytest --cov-report=xml --cov=coffea --deselect=test_taskvine
|
106 | 106 | - name: Upload codecov
|
107 |
| - if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 |
| 107 | + if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 |
108 | 108 | uses: codecov/codecov-action@v4
|
109 | 109 | - name: Install graphviz
|
110 |
| - if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 |
| 110 | + if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 |
111 | 111 | uses: ts-graphviz/setup-graphviz@v2
|
112 | 112 | - name: Install pandoc
|
113 |
| - if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 |
| 113 | + if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 |
114 | 114 | uses: r-lib/actions/setup-pandoc@v2
|
115 | 115 | - name: Build documentation
|
116 |
| - if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 |
| 116 | + if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 |
117 | 117 | run: |
|
118 | 118 | cd docs && make html
|
119 | 119 | touch build/html/.nojekyll
|
120 | 120 | - name: Deploy documentation
|
121 |
| - if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 |
| 121 | + if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.12 |
122 | 122 | uses: crazy-max/ghaction-github-pages@v4
|
123 | 123 | with:
|
124 | 124 | target_branch: gh-pages
|
@@ -181,7 +181,7 @@ jobs:
|
181 | 181 | needs: [test, test-vine]
|
182 | 182 | strategy:
|
183 | 183 | matrix:
|
184 |
| - python-version: ["3.11"] |
| 184 | + python-version: ["3.12"] |
185 | 185 | name: deploy release
|
186 | 186 |
|
187 | 187 | steps:
|
|
0 commit comments