Skip to content

Commit

Permalink
remove support for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 4, 2024
1 parent 4ca112a commit 665e058
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py3{8,9,10,11,12}-{conan_v1,conan_v2}
envlist = py3{9,10,11,12}-{conan_v1,conan_v2}
isolated_build = true

[testenv]
deps =
pytest
commands = pytest --basetemp={envtmpdir} {env:pytest_args:} {posargs}

[testenv:py3{8,9,10,11}-conan_v1]
[testenv:py3{9,10,11}-conan_v1]
deps =
pytest
conan>=1.53,!=1.55.0,<2.0
Expand All @@ -19,7 +19,7 @@ commands_pre =
commands =
pytest --basetemp={envtmpdir}/pytest {env:pytest_args:} {posargs}

[testenv:py3{8,9,10,11,12}-conan_v2]
[testenv:py3{9,10,11,12}-conan_v2]
deps =
pytest
conan>=2.0
Expand Down

0 comments on commit 665e058

Please sign in to comment.