1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- python-version : ["3.10", "3.11", "3.12", "3.13"]
18+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
1919
2020 steps :
2121 - uses : actions/checkout@v4
3939
4040 strategy :
4141 matrix :
42- python-version : ["3.10", "3.11", "3.12", "3.13"]
42+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
4343
4444 steps :
4545 - uses : actions/checkout@v4
5959 runs-on : ubuntu-latest
6060 strategy :
6161 matrix :
62- python-version : ["3.10", "3.11", "3.12", "3.13"]
62+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
6363
6464 steps :
6565 - uses : actions/checkout@v4
8181
8282 strategy :
8383 matrix :
84- python-version : ["3.10", "3.11", "3.12", "3.13"]
84+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
8585
8686 steps :
8787 - uses : actions/checkout@v4
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 strategy :
103103 matrix :
104- python-version : ["3.10", "3.11", "3.12", "3.13"]
104+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
105105
106106 steps :
107107 - uses : actions/checkout@v4
@@ -123,7 +123,7 @@ jobs:
123123
124124 strategy :
125125 matrix :
126- python-version : ["3.10", "3.11", "3.12", "3.13"]
126+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
127127
128128 steps :
129129 - uses : actions/checkout@v4
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ubuntu-latest
144144 strategy :
145145 matrix :
146- python-version : ["3.10", "3.11", "3.12", "3.13"]
146+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
147147
148148 steps :
149149 - uses : actions/checkout@v4
@@ -165,7 +165,7 @@ jobs:
165165
166166 strategy :
167167 matrix :
168- python-version : ["3.10", "3.11", "3.12", "3.13"]
168+ python-version : ["3.10", "3.11", "3.12", "3.13", "3.14" ]
169169
170170 steps :
171171 - uses : actions/checkout@v4
0 commit comments