Skip to content

Commit 7e7c889

Browse files
committed
support python 2 and 3
1 parent 11e21ea commit 7e7c889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "maya-stubs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Stubs for Maya"
55
authors = ["Loïc Pinsard <muream@gmail.com>"]
66
license = "MIT"
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = "^3.7"
14+
python = "^2.7 || ^3.7"
1515

1616
[tool.poetry.dev-dependencies]
1717
black = "*"

0 commit comments

Comments
 (0)