Skip to content

Commit dfadbc6

Browse files
committed
Restore Python 3.14 in test workflow matrix after merge
1 parent 49b6aa0 commit dfadbc6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: ['3.13']
29+
python-version: ['3.14']
3030
ci_pattern:
3131
- tests/mock_vws/test_query.py::TestContentType
3232
- tests/mock_vws/test_query.py::TestSuccess
@@ -191,7 +191,7 @@ jobs:
191191
runs-on: ubuntu-latest
192192
strategy:
193193
matrix:
194-
python-version: ['3.13']
194+
python-version: ['3.14']
195195
platform: [ubuntu-latest]
196196

197197
steps:
@@ -237,7 +237,7 @@ jobs:
237237
runs-on: windows-latest
238238
strategy:
239239
matrix:
240-
python-version: ['3.13']
240+
python-version: ['3.14']
241241

242242
steps:
243243
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)