Skip to content

Commit 7ba58c9

Browse files
committed
Add Python 3.13 to test matrix
1 parent 8ea863b commit 7ba58c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
21-
python: ['3.11', '3.12']
21+
python: ['3.11', '3.12', '3.13']
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
7+
docs,py311,py312,py313
88

99
logstash_async_modules = logstash_async tests
1010

0 commit comments

Comments
 (0)