Skip to content

Commit b67e090

Browse files
committed
added support for python 3.11
1 parent 7bf6520 commit b67e090

File tree

2 files changed

+9
-68
lines changed

2 files changed

+9
-68
lines changed

poetry.lock

Lines changed: 8 additions & 66 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Rolf Rüfenacht <rruefenacht@users.noreply.github.com>"]
88
license = "BSD 3-Clause"
99

1010
[tool.poetry.dependencies]
11-
python = ">3.9 <3.11"
11+
python = ">3.9 <=3.12"
1212
netCDF4 = "*"
1313
PyYAML = "*"
1414
numpy = "<2"
@@ -28,7 +28,6 @@ sphinxcontrib-napoleon = "*"
2828
toml = "^0.10.2"
2929
PyQt5 = "^5.15.7" # needed for displaying matplotlib plots in pycharm
3030
coverage = "^6.5.0"
31-
pytest = "*"
3231

3332

3433
[build-system]

0 commit comments

Comments
 (0)