Skip to content

Commit 5d7256c

Browse files
author
Martin Ruefenacht
committed
Downgraded to Python 3.8
1 parent 517b7eb commit 5d7256c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -6,7 +6,7 @@ description = "Python API to the MPI Standard"
66
authors = ["Martin Ruefenacht <martin.ruefenacht@lrz.de>"]
77

88
[tool.poetry.dependencies]
9-
python = "^3.9"
9+
python = "^3.8"
1010

1111
[tool.poetry.dev-dependencies]
1212
pytest = "^7.0.1"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipsdist = true
3-
envlist = py39, py310, py311
3+
envlist = py38, py39, py310, py311
44

55
[testenv]
66
allowlist_externals = poetry

0 commit comments

Comments
 (0)