Skip to content

Commit

Permalink
build: bumped minimum Python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Apr 22, 2021
1 parent c7ba6d2 commit b11fbe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macOS-latest]
python_version: [3.6]
python_version: [3.7, 3.9]
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 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 @@ -16,7 +16,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = "^3.7"
jsonschema = "^3.1"
peewee = "3.*"
appdirs = "^1.4.3"
Expand Down

0 comments on commit b11fbe0

Please sign in to comment.