aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-06-09 02:28:54 +0000
committerMike Crute <mike@crute.us>2020-06-09 02:28:54 +0000
commit754f3ae7e0befff81f0df75166b6d409002268db (patch)
tree60e3485389135b05326315c21d742eb279c749c8
parentf6714a399003e660d310172391dfb762ea306b00 (diff)
downloadpydora-754f3ae7e0befff81f0df75166b6d409002268db.tar.bz2
pydora-754f3ae7e0befff81f0df75166b6d409002268db.tar.xz
pydora-754f3ae7e0befff81f0df75166b6d409002268db.zip
Don't test on python3.5
Black doesn't install for 3.5 so we can't run the full release target.
-rw-r--r--.github/workflows/build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f3833be..9d76790 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,7 +15,6 @@ jobs:
15 - macos-latest 15 - macos-latest
16 16
17 python-version: 17 python-version:
18 - 3.5
19 - 3.6 18 - 3.6
20 - 3.7 19 - 3.7
21 - 3.8 20 - 3.8