kiso-testing icon indicating copy to clipboard operation
kiso-testing copied to clipboard

Python Version

Open Pog3k opened this issue 2 years ago • 2 comments

We want to support higher Python Versions and drop support for Python <3.10

Has been discussed here: https://github.com/eclipse/kiso-testing/discussions/441

Pog3k avatar Feb 07 '24 13:02 Pog3k

You need to modify the pyproject.toml file

change the version of the dependencies: [tool.poetry.dependencies] python = "^3.10"

and remove the following from the classifiers: "Programming Language :: Python", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",

Let me know if it works

AlanPoAlSk avatar Feb 17 '24 21:02 AlanPoAlSk

Hi @AlanPoAlSk ,

welcome to our project :)

In addition to your points, the tox.ini needs to be updated so that the CI stops testing for under 3.9 and start testing for 3.10 and 3.11.

Do you feel like contributing? We would be happy :)

sebastianpfischer avatar Feb 19 '24 10:02 sebastianpfischer