Skip to content

Commit

Permalink
Remove Python 3.6 and Python 3.7 from tests
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Dec 11, 2024
1 parent 26cbad8 commit 40b3bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Tox test
strategy:
matrix:
tox_env: [py36, py37, py38, py39, py310, py311, py312]
tox_env: [py38, py39, py310, py311, py312]
# Use GitHub's Linux Docker host
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = py36,py37,py38,py39,py310,py311,py312
envlist = py38,py39,py310,py311,py312

[testenv]
commands = python3 -m pytest --color=yes -vv --verbose --showlocals
Expand Down

0 comments on commit 40b3bbd

Please sign in to comment.