summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-10-24 09:52:25 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-10-24 09:52:25 -0700
commit7a44a5e31ae0e7d036270fe67c66cfe63d6c239b (patch)
tree0e0e6d7b665628162e9ba241504afe16426c37f6 /.github
parentcd0520fc8e462643f59ef0bee77b509021b3108e (diff)
downloadnatsort-7a44a5e31ae0e7d036270fe67c66cfe63d6c239b.tar.gz
Remove support for Python 3.5 and 3.4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3263030..ce64b65 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
+ python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest]
extras: [false]
include: