Dear @jurgenwigg ,
Do you feel confident about changing in tox.ini:
env_list = py{38,39,310,311,312,313,314}
into:
env_list = py{311,312,313,314}
This from a security point of view based on supported versions. Python 3.10 support for security ends this year I thought.
Regards!
Dear @jurgenwigg ,
Do you feel confident about changing in
tox.ini:env_list = py{38,39,310,311,312,313,314}
into:
env_list = py{311,312,313,314}
This from a security point of view based on supported versions. Python 3.10 support for security ends this year I thought.
Regards!