summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2021-12-21 11:37:04 -0800
committerGitHub <noreply@github.com>2021-12-21 11:37:04 -0800
commit87da37374a68b935fe8a9378a7d369448461c128 (patch)
treea1d4f717dcd02f0e403670c4da04f811f93d54a4 /tox.ini
parentMerge branch 'master' into develop (diff)
downloadsynapse-87da37374a68b935fe8a9378a7d369448461c128.tar.xz
Drop EOL python 3.6 from CI (#11595)
* remove python 3.6 and postgres 9.6 from github workflow

* remove python 3.6 env from tox

* newsfragment

* correct postgres version

* add py310 to tox env list
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cfe6a06942..2ffca14b22 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = packaging, py36, py37, py38, py39, check_codestyle, check_isort
+envlist = packaging, py37, py38, py39, py310, check_codestyle, check_isort
 
 # we require tox>=2.3.2 for the fix to https://github.com/tox-dev/tox/issues/208
 minversion = 2.3.2