Skip to content

Commit

Permalink
allowing for python3.10 to be used in the virtual envrinment
Browse files Browse the repository at this point in the history
  • Loading branch information
didymo committed Oct 24, 2022
1 parent 1f1673f commit 35a8c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ create = true
in-project = true

[tool.poetry.dependencies]
python = ">=3.8,<3.10"
python = ">=3.8,<3.11"
cython = { version = "*"} # groups = ["user", "dev"]
numpy = { version = "*"} # groups = ["user", "dev"]
platipy = { version = "0.2.1"} # groups = ["user", "dev"]
Expand Down

0 comments on commit 35a8c79

Please sign in to comment.