ArduPilot/MethodicConfigurator

Python 3.15 support

Aperta

#1753 aperta il 20 giu 2026

 (0 commenti) (0 reazioni) (1 assegnatario)Python (65 fork)auto 404
dependenciesdocumentationenhancementgood first issuemaintenancepython

Metriche repository

Star
 (143 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Is there an existing issue or pull request for this?

  • I have searched the existing issues and pull requests

Feature description

Support python 3.15 version.

Desired solution

It should be tested against python 3.15 release and use python 3.15 instead of python 3.14 Just search the entire codebase for "3.14" and either replace it with 3.15 or add 3.15 to it

Alternatives considered

Wait longer before it is officially released. But it is easy enough to integrate and test it already as it is in beta2 cycle.

Additional context

No response

Guida contributor