Skip to content

Commit

Permalink
Merge pull request #108 from stanislaw/ci
Browse files Browse the repository at this point in the history
Poetry: set Python to 3.5, update bump2version
  • Loading branch information
stanislaw authored Apr 5, 2020
2 parents acaa009 + 19c289d commit d9c1b34
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 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 @@ -5,7 +5,7 @@ description = "Python port of LLVM's FileCheck, flexible pattern matching file v
authors = ["Stanislav Pankevich <s.pankevich@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.4"
python = "^3.5"

[tool.poetry.dev-dependencies]
lit = "^0.9"
Expand Down

0 comments on commit d9c1b34

Please sign in to comment.