Skip to content

Commit

Permalink
drop py38
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbc committed Jan 17, 2024
1 parent 1a448c2 commit 4d46586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
tox_env: [py38, py39, py310, py311, py312]
tox_env: [py39, py310, py311, py312]
include:
- tox_env: style
- tox_env: docstyle
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ envlist =
check-headers,
check-apidocsdir,
mkdocs,
py38,
py39,
py310,
py311,
Expand Down

0 comments on commit 4d46586

Please sign in to comment.