Skip to content

Commit

Permalink
remove 3.7 support since we're using variable type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
kshefchek committed Oct 28, 2021
1 parent f3da900 commit f2d306f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builds and runs pytest on ubuntu-latest
# Tests python versions >=3.6
# Tests python versions >=3.8
name: Run Tests

on:
Expand All @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.8', '3.9']
env:
PYTHON: ${{ matrix.python-version }}
OS: ubuntu
Expand Down

0 comments on commit f2d306f

Please sign in to comment.