File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 25
25
matrix :
26
26
runs-on : [ubuntu-latest, windows-2022, macos-latest]
27
27
python :
28
- - ' 3.5'
29
28
- ' 3.6'
30
29
- ' 3.9'
31
30
- ' 3.10'
@@ -167,7 +166,7 @@ jobs:
167
166
# setuptools
168
167
- name : Setuptools helpers test
169
168
run : pytest tests/extra_setuptools
170
- if : " !(matrix.python == '3.5' && matrix. runs-on == 'windows-2022')"
169
+ if : " !(matrix.runs-on == 'windows-2022')"
171
170
172
171
173
172
deadsnakes :
@@ -624,9 +623,9 @@ jobs:
624
623
625
624
# This tests an "install" with the CMake tools
626
625
install-classic :
627
- name : " 🐍 3.5 • Debian • x86 • Install"
626
+ name : " 🐍 3.7 • Debian • x86 • Install"
628
627
runs-on : ubuntu-latest
629
- container : i386/debian:stretch
628
+ container : i386/debian:buster
630
629
631
630
steps :
632
631
- uses : actions/checkout@v1
@@ -635,7 +634,7 @@ jobs:
635
634
run : |
636
635
apt-get update
637
636
apt-get install -y git make cmake g++ libeigen3-dev python3-dev python3-pip
638
- pip3 install "pytest==3.1 .*"
637
+ pip3 install "pytest==6 .*"
639
638
640
639
- name : Configure for install
641
640
run : >
@@ -704,7 +703,6 @@ jobs:
704
703
fail-fast : false
705
704
matrix :
706
705
python :
707
- - 3.5
708
706
- 3.6
709
707
- 3.7
710
708
- 3.8
@@ -810,7 +808,7 @@ jobs:
810
808
fail-fast : false
811
809
matrix :
812
810
python :
813
- - 3.5
811
+ - 3.6
814
812
- 3.7
815
813
std :
816
814
- 14
You can’t perform that action at this time.
0 commit comments