ArduPilot/MethodicConfigurator

Python 3.15 support

开放

#1,753 创建于 2026年6月20日

 (0 条评论) (0 个反应) (1 位负责人)Python (65 个派生)auto 404
dependenciesdocumentationenhancementgood first issuemaintenancepython

仓库指标

星标
 (143 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南