Skip to content

Commit

Permalink
Remove bits of tox config that are efficient
Browse files Browse the repository at this point in the history
This should resolve a failure in CI caused by Python 3.6.
  • Loading branch information
kurtmckee committed Jul 30, 2024
1 parent 13e194b commit 3d76eed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[tox]
min_version = 4.3.5

envlist =
coverage_erase
py{3.13, 3.12, 3.11, 3.10, 3.9, 3.8, 3.7, 3.6}
Expand All @@ -11,9 +9,6 @@ isolated_build = True


[testenv]
package = wheel
wheel_build_env = build_wheel

depends =
py{3.13, 3.12, 3.11, 3.10, 3.9, 3.8, 3.7, 3.6}: coverage_erase
deps =
Expand Down

0 comments on commit 3d76eed

Please sign in to comment.