Skip to content

Commit

Permalink
Drop tox-unsupported Python versions from benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Oct 16, 2023
1 parent c35929d commit a8357c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
requires =
tox>=4
envlist = py312,py311,py310,py39,py38,py37,py36,py35,py34,py27
envlist = py312,py311,py310,py39,py38,py37
setupdir=..

[testenv]
Expand Down

0 comments on commit a8357c0

Please sign in to comment.