Skip to content

Commit

Permalink
drop python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Nov 14, 2024
1 parent 532ca15 commit 599296b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: '3.6'
toxenv: py36
- python-version: '3.7'
toxenv: py37
- python-version: '3.8'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = codestyle, py36, py37, py38, py39, py310, py311, py312, py313, pypy3
envlist = codestyle, py37, py38, py39, py310, py311, py312, py313, pypy3

[testenv]
deps =
Expand Down

0 comments on commit 599296b

Please sign in to comment.