Skip to content

Commit

Permalink
Added 3.6 to the Python Test Package Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucino772 committed Jun 25, 2021
1 parent c8e91b3 commit a2dd3f0
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 216 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ dmypy.json

# Cython debug symbols
cython_debug/

# Visual Studio Code
.vscode
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ mkdocs-material = "*"
mkdocstrings = "*"
pygments = "*"
mike = "*"
pytest = "*"
flake8 = "*"

[packages]
requests = "*"
Expand Down

0 comments on commit a2dd3f0

Please sign in to comment.