Skip to content

Commit

Permalink
Add Python 3.5 back
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 8, 2020
1 parent 8309124 commit a2876bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["2.7", "3.6", "3.7"]
python: ["2.7", "3.5", "3.6", "3.7"]
django: ["1.11", "2.0", "2.1"]
# TODO: test on mac OS & windows?
os: [ubuntu-latest]
Expand Down

0 comments on commit a2876bf

Please sign in to comment.