You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ You can also use [tox](https://tox.wiki/en/latest/index.html) to test with multi
80
80
```console
81
81
/path/to/venv/bin/tox
82
82
```
83
-
will by default run all tests on python versions 3.10 through 3.13. If you only want to test a specific version you can specify the environment with `-e`
83
+
will by default run all tests on python versions 3.10 through 3.14. If you only want to test a specific version you can specify the environment with `-e`
0 commit comments