|
72 | 72 | os: |
73 | 73 | - ubuntu-22.04 |
74 | 74 | python-version: |
75 | | - - 3.9 |
| 75 | + - 3.11 |
76 | 76 | node-version: [22.x] |
77 | 77 |
|
78 | 78 | steps: |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | os: |
125 | 125 | - ubuntu-22.04 |
126 | 126 | python-version: |
127 | | - - 3.9 |
| 127 | + - 3.11 |
128 | 128 | node-version: [22.x] |
129 | 129 |
|
130 | 130 | steps: |
@@ -192,16 +192,16 @@ jobs: |
192 | 192 | - aarch64 |
193 | 193 | - x86_64 |
194 | 194 | python-version: |
195 | | - - 3.9 |
| 195 | + - 3.11 |
196 | 196 | node-version: [22.x] |
197 | 197 | include: |
198 | 198 | - os: ubuntu-22.04 |
199 | 199 | arch: x86_64 |
200 | | - python-version: 3.9 |
| 200 | + python-version: 3.11 |
201 | 201 | container: quay.io/pypa/manylinux_2_28_x86_64 |
202 | 202 | - os: ubuntu-22.04-arm |
203 | 203 | arch: aarch64 |
204 | | - python-version: 3.9 |
| 204 | + python-version: 3.11 |
205 | 205 | container: quay.io/pypa/manylinux_2_28_aarch64 |
206 | 206 | is-release: |
207 | 207 | - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }} |
@@ -394,7 +394,7 @@ jobs: |
394 | 394 | arch: |
395 | 395 | - x86_64 |
396 | 396 | python-version: |
397 | | - - 3.9 |
| 397 | + - 3.11 |
398 | 398 | node-version: [22.x] |
399 | 399 | steps: |
400 | 400 | - name: Checkout |
@@ -442,7 +442,7 @@ jobs: |
442 | 442 | arch: |
443 | 443 | - x86_64 |
444 | 444 | python-version: |
445 | | - - 3.9 |
| 445 | + - 3.11 |
446 | 446 | node-version: [22.x] |
447 | 447 | steps: |
448 | 448 | - name: Checkout |
@@ -509,7 +509,7 @@ jobs: |
509 | 509 | - aarch64 |
510 | 510 | - x86_64 |
511 | 511 | python-version: |
512 | | - - 3.9 |
| 512 | + - 3.11 |
513 | 513 | node-version: [22.x] |
514 | 514 | is-release: |
515 | 515 | - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }} |
@@ -620,7 +620,7 @@ jobs: |
620 | 620 | os: |
621 | 621 | - ubuntu-22.04 |
622 | 622 | python-version: |
623 | | - - 3.9 |
| 623 | + - 3.11 |
624 | 624 | node-version: [22.x] |
625 | 625 |
|
626 | 626 | steps: |
@@ -672,8 +672,8 @@ jobs: |
672 | 672 | - x86_64 |
673 | 673 | - aarch64 |
674 | 674 | python-version: |
675 | | - - 3.9 |
676 | | - # - 3.12 |
| 675 | + - 3.11 |
| 676 | + # - 3.11 |
677 | 677 | node-version: [22.x] |
678 | 678 | is-release: |
679 | 679 | - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref_name == 'master' }} |
@@ -733,7 +733,7 @@ jobs: |
733 | 733 | arch: |
734 | 734 | - x86_64 |
735 | 735 | python-version: |
736 | | - - 3.9 |
| 736 | + - 3.11 |
737 | 737 | steps: |
738 | 738 | - name: Checkout |
739 | 739 | uses: actions/checkout@v4 |
@@ -788,8 +788,8 @@ jobs: |
788 | 788 | # Maturin got this wrong: the packages should be in .dist-info/licenses/ |
789 | 789 | # Newer versions of Maturin will fix it, so search for either location. |
790 | 790 | # https://github.com/PyO3/maturin/pull/862 https://github.com/PyO3/maturin/pull/2181 |
791 | | - grep -E '.dist-info/(license|license_files)/LICENSE.md' wheel_installed_files.txt |
792 | | - grep -E '.dist-info/(license|license_files)/LICENSE_THIRDPARTY_cargo.yml' wheel_installed_files.txt |
| 791 | + grep -E '.dist-info/(licenses|license|license_files)/LICENSE.md' wheel_installed_files.txt |
| 792 | + grep -E '.dist-info/(licenses|license|license_files)/LICENSE_THIRDPARTY_cargo.yml' wheel_installed_files.txt |
793 | 793 |
|
794 | 794 | - name: Verify labextension |
795 | 795 | shell: bash |
@@ -822,7 +822,7 @@ jobs: |
822 | 822 | fail-fast: false |
823 | 823 | matrix: |
824 | 824 | os: [ubuntu-22.04] |
825 | | - python-version: [3.9] |
| 825 | + python-version: [3.11] |
826 | 826 | node-version: [22.x] |
827 | 827 | arch: [x86_64] |
828 | 828 | steps: |
@@ -961,27 +961,27 @@ jobs: |
961 | 961 |
|
962 | 962 | - uses: actions/download-artifact@v4 |
963 | 963 | with: |
964 | | - name: perspective-python-dist-aarch64-macos-14-3.9 |
| 964 | + name: perspective-python-dist-aarch64-macos-14-3.11 |
965 | 965 |
|
966 | 966 | - uses: actions/download-artifact@v4 |
967 | 967 | with: |
968 | | - name: perspective-python-dist-aarch64-ubuntu-22.04-arm-3.9 |
| 968 | + name: perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11 |
969 | 969 |
|
970 | 970 | # - uses: actions/download-artifact@v4 |
971 | 971 | # with: |
972 | 972 | # name: perspective-python-dist-x86_64-macos-14-3.9 |
973 | 973 |
|
974 | 974 | - uses: actions/download-artifact@v4 |
975 | 975 | with: |
976 | | - name: perspective-python-dist-x86_64-windows-2022-3.9 |
| 976 | + name: perspective-python-dist-x86_64-windows-2022-3.11 |
977 | 977 |
|
978 | 978 | - uses: actions/download-artifact@v4 |
979 | 979 | with: |
980 | | - name: perspective-python-dist-x86_64-ubuntu-22.04-3.9 |
| 980 | + name: perspective-python-dist-x86_64-ubuntu-22.04-3.11 |
981 | 981 |
|
982 | 982 | - uses: actions/download-artifact@v4 |
983 | 983 | with: |
984 | | - name: perspective-python-dist-wasm32-emscripten-3.9 |
| 984 | + name: perspective-python-dist-wasm32-emscripten-3.11 |
985 | 985 |
|
986 | 986 | - uses: actions/download-artifact@v4 |
987 | 987 | with: |
|
0 commit comments