Bumps Python version to 3.7

This commit is contained in:
Aaron Louie 2020-05-24 13:43:12 -04:00
parent be1d54bbc5
commit baaf73b5d9
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
language: python language: python
python: python:
- "3.6.9" - "3.7"
services: services:
- postgresql - postgresql

View File

@ -38,4 +38,4 @@ xlrd = "*"
ldap3 = "*" ldap3 = "*"
[requires] [requires]
python_version = "3.6.9" python_version = "3.7"

4
Pipfile.lock generated
View File

@ -1,11 +1,11 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "61f93d8163e543498cc8d8d87e474f3676d386ac99749a110f62fc92e651febb" "sha256": "a632f1a0b0f66dbddb4e0a43837b8e168ad78b8c4c5a8e6eba25a0145fe14477"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
"python_version": "3.6.9" "python_version": "3.7"
}, },
"sources": [ "sources": [
{ {