Skip to content

Commit

Permalink
Developing with Python3.7 at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Nov 16, 2019
1 parent ff8ae36 commit 51764f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ pycodestyle = "*"
pydocstyle = "*"
codecov = "*"
twine = "*"
ipython = "*"

[packages]
tox = "*"
experta = {editable = true,path = "."}

[requires]
python_version = "3.4"
python_version = "3.7"

0 comments on commit 51764f6

Please sign in to comment.