Skip to content

Commit 5445a77

Browse files
committed
Drop Python 3.7 support
There has been a syntax error in Python 3.7 for a long time and I haven't noticed it, which means its support is no longer necessary.
1 parent c8bbbd6 commit 5445a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python: ['python=3.7', 'python=3.8', 'python=3.9', 'python=3.10']
8+
python: ['python=3.8', 'python=3.9', 'python=3.10']
99
fail-fast: false
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)