Skip to content

Commit

Permalink
Remove Python 3.7 from test suite
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Dec 3, 2024
1 parent 84e5eb6 commit 2539c9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 178 deletions.
176 changes: 0 additions & 176 deletions .github/workflows/pr-test.yml

This file was deleted.

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: [py36, 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 = py36,py38,py39,py311,py312

[testenv]
commands = python3 -m pytest --color=yes -v --showlocals tests/
Expand Down

0 comments on commit 2539c9d

Please sign in to comment.