pgcli icon indicating copy to clipboard operation
pgcli copied to clipboard

Update Dockerfile to use Python 3.9

Open StefanMallia opened this issue 1 month ago • 3 comments

Description

Small change to the Dockerfile to use Python 3.9 as required by pyproject.toml. Currently the docker build fails on "Package 'pgcli' requires a different Python: 3.8.20 not in '>=3.9'.

StefanMallia avatar Nov 19 '25 08:11 StefanMallia

Python 3.9 has reached its end of life last October (see here). We should rather use the latest version: 3.14.

dbaty avatar Nov 19 '25 08:11 dbaty

True, but this is just to provide a simple fix for the Docker build.

StefanMallia avatar Nov 19 '25 09:11 StefanMallia

Using the latest version of Python should not be notably more complex than your fix, is it? :)

dbaty avatar Nov 19 '25 10:11 dbaty