We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea863b commit 7ba58c9Copy full SHA for 7ba58c9
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-22.04
19
strategy:
20
matrix:
21
- python: ['3.11', '3.12']
+ python: ['3.11', '3.12', '3.13']
22
fail-fast: false
23
24
steps:
tox.ini
@@ -4,7 +4,7 @@
4
[tox]
5
skip_missing_interpreters = true
6
envlist =
7
- docs,py311,py312
+ docs,py311,py312,py313
8
9
logstash_async_modules = logstash_async tests
10
0 commit comments