diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 20:40:49 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-06-14 20:40:49 -0400 |
commit | 0598412960afcbd5fbe42d6cf100b7af658cd959 (patch) | |
tree | db3b490fa05ef029012c02aa11a061b2634f1063 /azure-pipelines.yml | |
parent | ddd07f9cd6d72baca1232ae98856cf3b3d564706 (diff) | |
download | cmd2-git-0598412960afcbd5fbe42d6cf100b7af658cd959.tar.gz |
Deprecate support for Python 3.4 and begin testing with Python 3.8 beta
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 906ae1e3..9a05153b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,9 +14,6 @@ jobs: # Run the pipeline with multiple Python versions strategy: matrix: - Python34: - python.version: '3.4' - TOXENV: 'py34' Python35: python.version: '3.5' TOXENV: 'py35' |