Skip to content

Commit

Permalink
Drop support for Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfarukabaci committed Oct 27, 2021
1 parent 524b4cb commit 3b86d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ python =
[tox]
envlist =
flake8,
py{35,36,37,38,39,310}-drf3-django{22},
py{36,37,38,39,310}-drf3-django{30,31,32}
py{36,37,38,39,310}-drf3-django{22,30,31,32}

[testenv]
deps =
Expand Down

0 comments on commit 3b86d2c

Please sign in to comment.