Skip to content

Commit

Permalink
Stop testing on Python 3.5
Browse files Browse the repository at this point in the history
It's got more awkward to test in GHA (see
actions/setup-python#866), and we advertised
dropping support for < 3.6 in multipart 0.2 anyway.
  • Loading branch information
cjwatson committed Jun 18, 2024
1 parent 573603b commit 2119cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
Expand Down

0 comments on commit 2119cb7

Please sign in to comment.