File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 name : " Build ${{ matrix.pyver }} on ${{ matrix.os }}"
1010 strategy :
1111 matrix :
12- pyver : ["3.7", "3. 9", "3.11", "3.13"]
12+ pyver : ["3.9", "3.11", "3.13"]
1313 os : [ubuntu-22.04, windows-latest]
1414 runs-on : ${{ matrix.os }}
1515 steps :
@@ -31,18 +31,18 @@ jobs:
3131 name : " Build aarch64 ${{ matrix.pyver }}"
3232 strategy :
3333 matrix :
34- pyver : [cp38-cp38, cp310-cp310, cp312-cp312]
34+ pyver : [cp310-cp310, cp312-cp312]
3535 fail-fast : false
3636 runs-on : ubuntu-latest
3737 env :
3838 py : /opt/python/${{ matrix.pyver }}/bin/python
39- img : quay.io/pypa/manylinux2014_aarch64
39+ img : quay.io/pypa/manylinux_2_28_aarch64
4040 steps :
4141 - name : Checkout
4242 uses : actions/checkout@v4
4343 - run : |
4444 docker run --rm --privileged hypriot/qemu-register
45- - uses : docker://quay.io/pypa/manylinux2014_aarch64
45+ - uses : docker://quay.io/pypa/manylinux_2_28_aarch64
4646 with :
4747 args : |
4848 bash -c "${{ env.py }} -m pip install virtualenv && ${{ env.py }} -m venv .env && \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "wordcloud"
77authors = [{ name = " Andreas Mueller" , email = " t3kcit+wordcloud@gmail.com" }]
88description = " A little word cloud generator"
99readme = { file = " README.md" , content-type = " text/markdown" }
10- requires-python = " >=3.7 "
10+ requires-python = " >=3.9 "
1111license = { text = " MIT License" }
1212dependencies = [" numpy>=1.6.1" , " pillow" , " matplotlib" ]
1313dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments