Skip to content

Commit

Permalink
try readd python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brg468 committed Dec 15, 2023
1 parent d4c7f4a commit 1f64807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
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 = clean, py37, py38, py39, pylint, flake8, pydocstyle, stats
envlist = clean, py36, py37, py38, py39, pylint, flake8, pydocstyle, stats
ignore_basepython_conflict = true

[testenv:clean]
Expand Down

0 comments on commit 1f64807

Please sign in to comment.