Skip to content

Commit

Permalink
Remove testing (and support) for Py3.6.
Browse files Browse the repository at this point in the history
See #86 (comment)
Closes #86
  • Loading branch information
scoder committed May 4, 2023
1 parent 7cb1b97 commit 4407297
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-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
max-parallel: 4
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
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 = format,mypy,py36,py37,py38,py39,py310,py311
envlist = format,mypy,py37,py38,py39,py310,py311

[testenv]
commands = pytest {posargs}
Expand Down

0 comments on commit 4407297

Please sign in to comment.