Show More
@@ -37,15 +37,15 jobs: | |||
|
37 | 37 | python-version: "3.13" |
|
38 | 38 | deps: test |
|
39 | 39 | # Installing optional dependencies stuff takes ages on PyPy |
|
40 | - os: ubuntu-latest | |
|
41 | python-version: "pypy-3.11" | |
|
42 | deps: test | |
|
43 | - os: windows-latest | |
|
44 | python-version: "pypy-3.11" | |
|
45 | deps: test | |
|
46 | - os: macos-latest | |
|
47 | python-version: "pypy-3.11" | |
|
48 | deps: test | |
|
40 | # - os: ubuntu-latest | |
|
41 | # python-version: "pypy-3.11" | |
|
42 | # deps: test | |
|
43 | # - os: windows-latest | |
|
44 | # python-version: "pypy-3.11" | |
|
45 | # deps: test | |
|
46 | # - os: macos-latest | |
|
47 | # python-version: "pypy-3.11" | |
|
48 | # deps: test | |
|
49 | 49 | # Temporary CI run to use entry point compatible code in matplotlib-inline. |
|
50 | 50 | - os: ubuntu-latest |
|
51 | 51 | python-version: "3.12" |
@@ -85,7 +85,7 jobs: | |||
|
85 | 85 | if: runner.os != 'Windows' # setup.py does not support sdist on Windows |
|
86 | 86 | run: check-manifest |
|
87 | 87 | |
|
88 | - name: Install entry point compatible code (TEMPORARY) | |
|
88 | - name: Install entry point compatible code (TEMPORARY, April 2024) | |
|
89 | 89 | if: matrix.want-latest-entry-point-code |
|
90 | 90 | run: | |
|
91 | 91 | python -m pip list |
General Comments 0
You need to be logged in to leave comments.
Login now