Skip to content

Commit 90aad91

Browse files
committed
Require Python >= 3.6
1 parent c2670aa commit 90aad91

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python: [3.5.x, 3.6.x, 3.7.x]
17+
python: [3.6.x, 3.7.x]
1818
sqlalchemy: [1.2.*, 1.3.*]
1919
services:
2020
postgres:

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ branches:
66
language: python
77
python:
88
- '3.6'
9-
- '3.5'
10-
- '3.4'
119

1210
env:
1311
global:

0 commit comments

Comments
 (0)