Skip to content

Commit 98ec0d0

Browse files
committed
Add Python3.10 to Tox and CI environments
1 parent 5d2a1f2 commit 98ec0d0

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']
21+
python: ['3.6', '3.7', '3.8', '3.9', '3.10']
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,pypy3
9+
docs,py36,py37,py38,py39,py310,pypy3
1010

1111
logstash_async_modules = logstash_async tests
1212

0 commit comments

Comments
 (0)