Skip to content

Commit

Permalink
project: include python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Nov 6, 2021
1 parent a7ed82a commit 4651c24
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
88 changes: 86 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["u8slvn <u8slvn@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.7"
requests = "^2.26.0"
defusedxml = "^0.7.1"
adafruit-circuitpython-charlcd = "^3.3.10"
Expand Down

0 comments on commit 4651c24

Please sign in to comment.