We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2670aa commit 90aad91Copy full SHA for 90aad91
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- python: [3.5.x, 3.6.x, 3.7.x]
+ python: [3.6.x, 3.7.x]
18
sqlalchemy: [1.2.*, 1.3.*]
19
services:
20
postgres:
.travis.yml
@@ -6,8 +6,6 @@ branches:
6
language: python
7
python:
8
- '3.6'
9
- - '3.5'
10
- - '3.4'
11
12
env:
13
global:
0 commit comments