Skip to content

Commit fadd3f6

Browse files
Update Python versions in tox.ini
1 parent a49abac commit fadd3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ envlist = coverage,lint,loader-{mujoco,pinocchio,pybullet,robomeshcat,yourdfpy,i
44

55
[gh-actions]
66
python =
7-
3.7: py37
8-
3.8: py38
97
3.9: py39
108
3.10: py310
9+
3.11: py311
10+
3.12: py312
1111

1212
[testenv:coverage]
1313
deps =

0 commit comments

Comments
 (0)