Skip to content
Snippets Groups Projects
Commit 3e09b5c5 authored by nimrod's avatar nimrod
Browse files

Standardise on Python 3.6.

I'm using ElementaryOS which has Python 3.6 as the system Python3.
It's a supported Python version, the system packages will be used and
everything that runs on that version will run on later versions.
parent e4ad0d7e
No related branches found
No related tags found
No related merge requests found
# vim:ff=unix ts=2 sw=2 ai expandtab
---
language: python
python: "3.8"
python: "3.6"
dist: bionic
cache:
pip: true
......
......@@ -27,7 +27,7 @@ google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
[requires]
python_version = "3.7"
python_version = "3.6"
[pipenv]
allow_prereleases = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment