Skip to content

Commit

Permalink
tox: add py310
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Oct 8, 2021
1 parent 62a6a22 commit 4b40795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ line-length = 120
[tool.tox]
legacy_tox_ini = """
[tox]
envlist = py{36,37,38,39}-{fmt,unit,lint,docs}, py{36,37,38,39}-{acceptance,vcomponents}-{activehdl,ghdl,modelsim,rivierapro}, py{36,37,38,39}-coverage
envlist = py{36,37,38,39,310}-{fmt,unit,lint,docs}, py{36,37,38,39,310}-{acceptance,vcomponents}-{activehdl,ghdl,modelsim,rivierapro}, py{36,37,38,39,310}-coverage
isolated_build = True
[testenv]
Expand Down

0 comments on commit 4b40795

Please sign in to comment.