Skip to content

Commit 212c157

Browse files
committed
Add Python 3.13 to test matrix
1 parent 8b3da12 commit 212c157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ on:
1515
jobs:
1616
test:
1717
name: Python ${{ matrix.python }}
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
strategy:
2020
matrix:
21-
python: ['3.11', '3.12', '3.13']
21+
python: ['3.11', '3.12', '3.13', '3.14']
2222
fail-fast: false
2323

2424
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[tox]
55
skip_missing_interpreters = true
66
envlist =
7-
docs,py311,py312,py313
7+
docs,py311,py312,py313,py314
88

99
logstash_async_modules = logstash_async tests
1010

0 commit comments

Comments
 (0)