mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Python 3.14 is now supported, so add the trove classifier for it to the pip packaging metadata and move the desktop builds onto it: the macOS bundle now defaults to 3.14.7, and the Windows build looks for an interpreter in C:\Python314 by default, with both build READMEs updated to match. The minimum supported version is unchanged at 3.9. Whilst here, the SonarQube scanner's Python compatibility list had drifted somewhat, still naming 3.7 and 3.8 and stopping at 3.11, so it has been brought into line with the versions we actually support.