Skip to content

Commit e7b88d2

Browse files
committed
get rid of version requirement in pipfile
1 parent 36325e0 commit e7b88d2

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Pipfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ mypy = "*"
1010

1111
[packages]
1212

13-
[requires]
14-
python_version = "3.7"
15-
1613
[scripts]
1714
build = "python setup.py sdist bdist_wheel"
1815
mypy = "mypy ."

Pipfile.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
"aiowamp": ["py.typed"],
2222
},
2323

24-
python_requires="~=3.7",
24+
python_requires=">=3.6",
2525
)

0 commit comments

Comments
 (0)