Skip to content

Commit

Permalink
Drop tox target for python 3.5
Browse files Browse the repository at this point in the history
... because the minimum version currently supported is 3.8.

Change-Id: Iebae234e47a3d04c0587d447f5672c683fbb04e0
  • Loading branch information
kajinamit committed Jan 31, 2024
1 parent 86e3688 commit 977ee03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion py35-upper-constraints.txt

This file was deleted.

6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ deps =
commands =
stestr run --slowest {posargs}

[testenv:py35]
deps =
-c{toxinidir}/py35-upper-constraints.txt
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt

[testenv:integration]
allowlist_externals = bash
commands =
Expand Down

0 comments on commit 977ee03

Please sign in to comment.