Skip to content

Commit 15bcb41

Browse files
Cobaltfantix
authored andcommitted
remove python 3.5 from CI runs
1 parent 83e60e8 commit 15bcb41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: [ '3.5', '3.6', '3.7', '3.8', '3.9' ]
21+
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
2222
steps:
2323
- name: source code
2424
uses: actions/checkout@v2
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
strategy:
119119
matrix:
120-
python-version: [ '3.5', '3.6', '3.7', '3.8' ]
120+
python-version: [ '3.6', '3.7', '3.8' ]
121121
services:
122122
postgres:
123123
image: fantix/postgres-ssl:13.1

0 commit comments

Comments
 (0)