exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Update minimum Python version to 3.8 #192

Closed tomuben closed 2 years ago

tomuben commented 2 years ago

Background

Currently the minimum version is set to Python 3.6. However, Python 3.6 is already EOL, and many packages stopped support for it.

Acceptance Criteria