Skip to content

Commit

Permalink
chore(poetry): Update minimal Python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Oct 18, 2018
1 parent c3a0b09 commit ac5334b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 54 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ install: .install
lint:
TOXENV=lint $(MAKE) test

poetry.lock:
$(POETRY) install

test: .install clean
$(PYTHON) -m tox $(tox_args) $(TOX_ARGS) -- $(TEST_ARGS)
58 changes: 5 additions & 53 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 @@ -20,7 +20,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.5"
python = "^3.5.3"
jsonschema = "^2.6 || ^3.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit ac5334b

Please sign in to comment.