Skip to content

Commit ce4cfbb

Browse files
author
Michael McNeil Forbes
committed
TST: Complete tests
--HG-- branch : default/0.4.3
1 parent 64dbbad commit ce4cfbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ def _has_venv(session):
1717
("3.7", "6.1.3"),
1818
("3.7", "7.2.6"),
1919
("3.7", "8.2.3"),
20+
("3.7", "9.0.4"),
2021
("3.8", "7.2.6"),
2122
("3.8", "8.2.3"),
23+
("3.8", "9.0.4"),
2224
("3.9", "4.5.0"),
2325
("3.9", "5.3.0"),
2426
("3.9", "6.1.3"),
2527
("3.9", "7.2.6"),
2628
("3.9", "8.2.3"),
29+
("3.9", "9.0.4"),
2730
("3.10", "8.2.3"),
31+
("3.10", "9.0.4"),
2832
("3.13", "4.5.0"),
2933
("3.13", "5.3.0"),
3034
("3.13", "6.1.3"),

0 commit comments

Comments
 (0)