Pin python version

Pin the supported python version in tests/config.yaml and mention it in
README.md.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-02-26 16:37:23 +01:00
parent bb132b1682
commit 74f4a48ac1
2 changed files with 4 additions and 2 deletions

2
tests/config.yaml Normal file
View File

@@ -0,0 +1,2 @@
modules:
python_requires: ">=3.11.0,<3.12.0"