Skip to content

Commit 527483e

Browse files
committed
CI: Drop Python 3.6 and 3.7, add Python 3.11
1 parent 752e32a commit 527483e

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-20.04
1919
strategy:
2020
matrix:
21-
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
21+
python: ['3.8', '3.9', '3.10', '3.11']
2222
fail-fast: false
2323

2424
steps:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[tox]
77
skip_missing_interpreters = true
88
envlist =
9-
docs,py36,py37,py38,py39,py310,pypy3
9+
docs,py38,py39,py310,py311,pypy3
1010

1111
logstash_async_modules = logstash_async tests
1212

0 commit comments

Comments
 (0)