community.general/.azure-pipelines
Felix Fontein e550a0f58f
[stable-10] CI: Add Python 3.14 unit tests (#10511) (#10517)
* CI: Add Python 3.14 unit tests (#10511)

* Add Python 3.14 unit tests.

* Skip test if github cannot be imported.

It currently cannot be imported because nacl isn't compatible with Python 3.14 yet,
and importing github indirectly tries to import nacl, which fails as it uses a
type from typing that got removed in 3.14.

* Skip test if paramiko cannot be imported.

(cherry picked from commit 6ce9f805a8)

* Skip proxmox connection test if paramiko cannot be imported.
2025-07-30 06:53:42 +02:00
..
scripts Add default license header to files which have no copyright or license header yet (#5074) 2022-08-05 14:03:38 +02:00
templates [stable-10] Adjust YAML files (#10233) (#10244) 2025-06-15 10:02:03 +02:00
azure-pipelines.yml [stable-10] CI: Add Python 3.14 unit tests (#10511) (#10517) 2025-07-30 06:53:42 +02:00
README.md Add more default license and copyright notices (#5087) 2022-08-08 08:44:19 +02:00

Azure Pipelines Configuration

Please see the Documentation for more information.