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

ITDE: Update to Python 3.9 #406

Open ckunki opened 3 weeks ago

ckunki commented 3 weeks ago
  1. Update Minimum Python version in file pyproject.toml
  2. Update dependencies poetry update
  3. Update Matrix build definitions in files in .github/workflows especially test_python_version.yml
  4. Update Ubuntu docker images (proposal: to 20.04). There are still some places using the 18.04 Ubuntu image, like:
  5. Update Docker image for start scripts and test test containers from Ubuntu 20.04 to Ubuntu 22.04
Nicoretti commented 2 weeks ago

@ckunki, we likely only can bump it to 3.9, depending on whether we upgrade all projects to 3.10 or not. Since itde is used in almost every Python-based project that conducts integration tests, we need it to support the lowest version these projects work on.