Skip to content

Commit 2fda13d

Browse files
authored
Merge pull request #5 from zStupan/fix-python311
Enabled python3.11 support.
2 parents b2c9fd6 + c2ae851 commit 2fda13d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
]
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.7,<3.11"
13+
python = ">=3.7,<3.12"
1414
numpy = "^1.21.2"
1515

1616
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)