We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64dbbad commit ce4cfbbCopy full SHA for ce4cfbb
noxfile.py
@@ -17,14 +17,18 @@ def _has_venv(session):
17
("3.7", "6.1.3"),
18
("3.7", "7.2.6"),
19
("3.7", "8.2.3"),
20
+ ("3.7", "9.0.4"),
21
("3.8", "7.2.6"),
22
("3.8", "8.2.3"),
23
+ ("3.8", "9.0.4"),
24
("3.9", "4.5.0"),
25
("3.9", "5.3.0"),
26
("3.9", "6.1.3"),
27
("3.9", "7.2.6"),
28
("3.9", "8.2.3"),
29
+ ("3.9", "9.0.4"),
30
("3.10", "8.2.3"),
31
+ ("3.10", "9.0.4"),
32
("3.13", "4.5.0"),
33
("3.13", "5.3.0"),
34
("3.13", "6.1.3"),
0 commit comments