Skip to content

Commit d7c33e8

Browse files
committed
Added python 3.14 to CI matrix
1 parent 7b076a1 commit d7c33e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
fail-fast: true
7777
matrix:
78-
python-version: ["3.10", "3.11", "3.12", "3.13"]
78+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
7979
ansible-core-version: ["2.16.14"]
8080
runs-on: "ubuntu-latest"
8181
env:
@@ -159,7 +159,7 @@ jobs:
159159
strategy:
160160
fail-fast: true
161161
matrix:
162-
python-version: ["3.10", "3.11", "3.12", "3.13"]
162+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
163163
ansible-core-version: ["2.16.14"]
164164
runs-on: "ubuntu-latest"
165165
env:

0 commit comments

Comments
 (0)