[PR #10511/6ce9f805 backport][stable-11] CI: Add Python 3.14 unit tests (#10516)

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)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-07-30 06:10:06 +02:00 committed by GitHub
commit 302d88b33d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View file

@ -124,7 +124,7 @@ stages:
- test: '3.11'
- test: '3.12'
- test: '3.13'
# - test: '3.14'
- test: '3.14'
- stage: Units_2_19
displayName: Units 2.19
dependsOn: []