Skip to content

Commit

Permalink
project: py-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alploskov committed Jun 17, 2023
1 parent 06e6d34 commit 9c5f948
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "kithon"
readme = "README.md"
version = "0.6.0"
version = "0.6.0.post1"
description = "transpiler python into other languages"
authors = ["Aleksey Ploskov"]
license = "MIT"
Expand Down Expand Up @@ -30,12 +30,12 @@ include = [
]

[tool.poetry.dependencies]
python = ">=3.9.0,<3.11"
python = ">=3.9.0,<3.12"
Jinja2 = ">=2.11.2,<4.0.0"
PyYaml = ">=5.4.0"
typer = "^0.4.0"

hy = "<2.0"
hy = {version = "<2.0", optional = true}
coconut = {version = "^1.6.0", optional = true}

pexpect = {version = "^4.8.0", optional = true}
Expand All @@ -46,7 +46,6 @@ watchdog = {version = "^2.1.7", optional = true}
packed = "^0.2"

[tool.poetry.dev-dependencies]
hy = {path = "deps/hy-1.0a4-py3-none-any.whl", optional = true}
packed = {path = "deps/packed-0.2.1-py3-none-any.whl", optional = true}

[tool.poetry.scripts]
Expand Down

0 comments on commit 9c5f948

Please sign in to comment.