Skip to content

Commit 2b57da4

Browse files
committed
ci: drop Python 3.5
1 parent 92f9731 commit 2b57da4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
matrix:
2626
runs-on: [ubuntu-latest, windows-2022, macos-latest]
2727
python:
28-
- '3.5'
2928
- '3.6'
3029
- '3.9'
3130
- '3.10'
@@ -167,7 +166,7 @@ jobs:
167166
# setuptools
168167
- name: Setuptools helpers test
169168
run: pytest tests/extra_setuptools
170-
if: "!(matrix.python == '3.5' && matrix.runs-on == 'windows-2022')"
169+
if: "!(matrix.runs-on == 'windows-2022')"
171170

172171

173172
deadsnakes:
@@ -624,9 +623,9 @@ jobs:
624623

625624
# This tests an "install" with the CMake tools
626625
install-classic:
627-
name: "🐍 3.5 • Debian • x86 • Install"
626+
name: "🐍 3.7 • Debian • x86 • Install"
628627
runs-on: ubuntu-latest
629-
container: i386/debian:stretch
628+
container: i386/debian:buster
630629

631630
steps:
632631
- uses: actions/checkout@v1
@@ -635,7 +634,7 @@ jobs:
635634
run: |
636635
apt-get update
637636
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.*"
639638
640639
- name: Configure for install
641640
run: >
@@ -704,7 +703,6 @@ jobs:
704703
fail-fast: false
705704
matrix:
706705
python:
707-
- 3.5
708706
- 3.6
709707
- 3.7
710708
- 3.8
@@ -810,7 +808,7 @@ jobs:
810808
fail-fast: false
811809
matrix:
812810
python:
813-
- 3.5
811+
- 3.6
814812
- 3.7
815813
std:
816814
- 14

0 commit comments

Comments
 (0)