Skip to content

Commit b5a7bd1

Browse files
author
Release Manager
committed
Trac #33078: Update package info for system python3 on Cygwin
Sage 9.5.beta9 fails to use system Python 3.9 on Cygwin, unless configured with {{{ ./configure --with-python=/usr/bin/python3 }}} Upstream report: https://cygwin.com/pipermail/cygwin/2021-December/250302.html URL: https://trac.sagemath.org/33078 Reported by: slelievre Ticket author(s): Matthias Koeppe Reviewer(s): Darij Grinberg
2 parents ad69a5b + 65418de commit b5a7bd1

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

.github/workflows/ci-cygwin-minimal.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash {0}
4444
run: |
4545
choco --version
46-
PACKAGES="python38 python38-pip"
46+
PACKAGES="python39 python39-pip"
4747
choco install $PACKAGES --source cygwin
4848
- name: tox
4949
run: |
@@ -103,7 +103,7 @@ jobs:
103103
shell: bash {0}
104104
run: |
105105
choco --version
106-
PACKAGES="python38 python38-pip"
106+
PACKAGES="python39 python39-pip"
107107
choco install $PACKAGES --source cygwin
108108
- name: tox
109109
run: |
@@ -168,7 +168,7 @@ jobs:
168168
shell: bash {0}
169169
run: |
170170
choco --version
171-
PACKAGES="python38 python38-pip"
171+
PACKAGES="python39 python39-pip"
172172
choco install $PACKAGES --source cygwin
173173
- uses: actions/download-artifact@v2
174174
with:
@@ -238,7 +238,7 @@ jobs:
238238
shell: bash {0}
239239
run: |
240240
choco --version
241-
PACKAGES="python38 python38-pip"
241+
PACKAGES="python39 python39-pip"
242242
choco install $PACKAGES --source cygwin
243243
- uses: actions/download-artifact@v2
244244
with:
@@ -306,7 +306,7 @@ jobs:
306306
shell: bash {0}
307307
run: |
308308
choco --version
309-
PACKAGES="python38 python38-pip"
309+
PACKAGES="python39 python39-pip"
310310
choco install $PACKAGES --source cygwin
311311
- uses: actions/download-artifact@v2
312312
with:
@@ -374,7 +374,7 @@ jobs:
374374
shell: bash {0}
375375
run: |
376376
choco --version
377-
PACKAGES="python38 python38-pip"
377+
PACKAGES="python39 python39-pip"
378378
choco install $PACKAGES --source cygwin
379379
- uses: actions/download-artifact@v2
380380
with:
@@ -442,7 +442,7 @@ jobs:
442442
shell: bash {0}
443443
run: |
444444
choco --version
445-
PACKAGES="python38 python38-pip"
445+
PACKAGES="python39 python39-pip"
446446
choco install $PACKAGES --source cygwin
447447
- uses: actions/download-artifact@v2
448448
with:
@@ -514,7 +514,7 @@ jobs:
514514
shell: bash {0}
515515
run: |
516516
choco --version
517-
PACKAGES="python38 python38-pip"
517+
PACKAGES="python39 python39-pip"
518518
choco install $PACKAGES --source cygwin
519519
- uses: actions/download-artifact@v2
520520
with:
@@ -586,7 +586,7 @@ jobs:
586586
shell: bash {0}
587587
run: |
588588
choco --version
589-
PACKAGES="python38 python38-pip"
589+
PACKAGES="python39 python39-pip"
590590
choco install $PACKAGES --source cygwin
591591
- uses: actions/download-artifact@v2
592592
with:
@@ -658,7 +658,7 @@ jobs:
658658
shell: bash {0}
659659
run: |
660660
choco --version
661-
PACKAGES="python38 python38-pip"
661+
PACKAGES="python39 python39-pip"
662662
choco install $PACKAGES --source cygwin
663663
- uses: actions/download-artifact@v2
664664
with:
@@ -728,7 +728,7 @@ jobs:
728728
shell: bash {0}
729729
run: |
730730
choco --version
731-
PACKAGES="python38 python38-pip"
731+
PACKAGES="python39 python39-pip"
732732
choco install $PACKAGES --source cygwin
733733
- uses: actions/download-artifact@v2
734734
with:
@@ -796,7 +796,7 @@ jobs:
796796
shell: bash {0}
797797
run: |
798798
choco --version
799-
PACKAGES="python38 python38-pip"
799+
PACKAGES="python39 python39-pip"
800800
choco install $PACKAGES --source cygwin
801801
- uses: actions/download-artifact@v2
802802
with:
@@ -864,7 +864,7 @@ jobs:
864864
shell: bash {0}
865865
run: |
866866
choco --version
867-
PACKAGES="python38 python38-pip"
867+
PACKAGES="python39 python39-pip"
868868
choco install $PACKAGES --source cygwin
869869
- uses: actions/download-artifact@v2
870870
with:
@@ -932,7 +932,7 @@ jobs:
932932
shell: bash {0}
933933
run: |
934934
choco --version
935-
PACKAGES="python38 python38-pip"
935+
PACKAGES="python39 python39-pip"
936936
choco install $PACKAGES --source cygwin
937937
- uses: actions/download-artifact@v2
938938
with:
@@ -1000,7 +1000,7 @@ jobs:
10001000
shell: bash {0}
10011001
run: |
10021002
choco --version
1003-
PACKAGES="python38 python38-pip"
1003+
PACKAGES="python39 python39-pip"
10041004
choco install $PACKAGES --source cygwin
10051005
- uses: actions/download-artifact@v2
10061006
with:

.github/workflows/ci-cygwin-standard.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash {0}
4444
run: |
4545
choco --version
46-
PACKAGES="python38 python38-pip"
46+
PACKAGES="python39 python39-pip"
4747
choco install $PACKAGES --source cygwin
4848
- name: tox
4949
run: |
@@ -103,7 +103,7 @@ jobs:
103103
shell: bash {0}
104104
run: |
105105
choco --version
106-
PACKAGES="python38 python38-pip"
106+
PACKAGES="python39 python39-pip"
107107
choco install $PACKAGES --source cygwin
108108
- name: tox
109109
run: |
@@ -168,7 +168,7 @@ jobs:
168168
shell: bash {0}
169169
run: |
170170
choco --version
171-
PACKAGES="python38 python38-pip"
171+
PACKAGES="python39 python39-pip"
172172
choco install $PACKAGES --source cygwin
173173
- uses: actions/download-artifact@v2
174174
with:
@@ -238,7 +238,7 @@ jobs:
238238
shell: bash {0}
239239
run: |
240240
choco --version
241-
PACKAGES="python38 python38-pip"
241+
PACKAGES="python39 python39-pip"
242242
choco install $PACKAGES --source cygwin
243243
- uses: actions/download-artifact@v2
244244
with:
@@ -306,7 +306,7 @@ jobs:
306306
shell: bash {0}
307307
run: |
308308
choco --version
309-
PACKAGES="python38 python38-pip"
309+
PACKAGES="python39 python39-pip"
310310
choco install $PACKAGES --source cygwin
311311
- uses: actions/download-artifact@v2
312312
with:
@@ -374,7 +374,7 @@ jobs:
374374
shell: bash {0}
375375
run: |
376376
choco --version
377-
PACKAGES="python38 python38-pip"
377+
PACKAGES="python39 python39-pip"
378378
choco install $PACKAGES --source cygwin
379379
- uses: actions/download-artifact@v2
380380
with:
@@ -442,7 +442,7 @@ jobs:
442442
shell: bash {0}
443443
run: |
444444
choco --version
445-
PACKAGES="python38 python38-pip"
445+
PACKAGES="python39 python39-pip"
446446
choco install $PACKAGES --source cygwin
447447
- uses: actions/download-artifact@v2
448448
with:
@@ -514,7 +514,7 @@ jobs:
514514
shell: bash {0}
515515
run: |
516516
choco --version
517-
PACKAGES="python38 python38-pip"
517+
PACKAGES="python39 python39-pip"
518518
choco install $PACKAGES --source cygwin
519519
- uses: actions/download-artifact@v2
520520
with:
@@ -586,7 +586,7 @@ jobs:
586586
shell: bash {0}
587587
run: |
588588
choco --version
589-
PACKAGES="python38 python38-pip"
589+
PACKAGES="python39 python39-pip"
590590
choco install $PACKAGES --source cygwin
591591
- uses: actions/download-artifact@v2
592592
with:
@@ -658,7 +658,7 @@ jobs:
658658
shell: bash {0}
659659
run: |
660660
choco --version
661-
PACKAGES="python38 python38-pip"
661+
PACKAGES="python39 python39-pip"
662662
choco install $PACKAGES --source cygwin
663663
- uses: actions/download-artifact@v2
664664
with:
@@ -728,7 +728,7 @@ jobs:
728728
shell: bash {0}
729729
run: |
730730
choco --version
731-
PACKAGES="python38 python38-pip"
731+
PACKAGES="python39 python39-pip"
732732
choco install $PACKAGES --source cygwin
733733
- uses: actions/download-artifact@v2
734734
with:
@@ -796,7 +796,7 @@ jobs:
796796
shell: bash {0}
797797
run: |
798798
choco --version
799-
PACKAGES="python38 python38-pip"
799+
PACKAGES="python39 python39-pip"
800800
choco install $PACKAGES --source cygwin
801801
- uses: actions/download-artifact@v2
802802
with:
@@ -864,7 +864,7 @@ jobs:
864864
shell: bash {0}
865865
run: |
866866
choco --version
867-
PACKAGES="python38 python38-pip"
867+
PACKAGES="python39 python39-pip"
868868
choco install $PACKAGES --source cygwin
869869
- uses: actions/download-artifact@v2
870870
with:
@@ -932,7 +932,7 @@ jobs:
932932
shell: bash {0}
933933
run: |
934934
choco --version
935-
PACKAGES="python38 python38-pip"
935+
PACKAGES="python39 python39-pip"
936936
choco install $PACKAGES --source cygwin
937937
- uses: actions/download-artifact@v2
938938
with:
@@ -1000,7 +1000,7 @@ jobs:
10001000
shell: bash {0}
10011001
run: |
10021002
choco --version
1003-
PACKAGES="python38 python38-pip"
1003+
PACKAGES="python39 python39-pip"
10041004
choco install $PACKAGES --source cygwin
10051005
- uses: actions/download-artifact@v2
10061006
with:

build/pkgs/_prereq/distros/cygwin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ binutils
1313
make
1414
m4
1515
# a system python is needed for downloading the sage packages, https://trac.sagemath.org/ticket/29090
16-
python37-urllib3 python37
16+
python39-urllib3 python39
1717
perl
1818
perl-ExtUtils-MakeMaker
1919
tar

build/pkgs/python3/distros/cygwin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# as of #27824, we use python3 for venv as well
2-
python38-devel
2+
python39-devel

0 commit comments

Comments
 (0)