Skip to content

Commit 6e0c76d

Browse files
committed
Adding python 3.10 to tox config
1 parent bb54a33 commit 6e0c76d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py27,py37,py38,py39,lint
3+
py27,py37,py38,py39,py310,lint
44

55
[testenv]
66
passenv = DB DBURI
@@ -12,7 +12,7 @@ commands =
1212
deps =
1313
psycopg2
1414
mysqlclient
15-
py{37,38,39}: mysql-connector
15+
py{37,38,39,310}: mysql-connector
1616

1717
[testenv:lint]
1818
commands = flake8 rdflib_sqlalchemy test
@@ -39,6 +39,7 @@ python =
3939
3.7: py37, lint
4040
3.8: py38
4141
3.9: py39
42+
3.10: py310
4243

4344
[flake8]
4445
max-line-length = 120

0 commit comments

Comments
 (0)