Skip to content

Commit 1155216

Browse files
committed
Fix missed version change in DEVELOPMENT.md
1 parent c5947fb commit 1155216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can also use [tox](https://tox.wiki/en/latest/index.html) to test with multi
8080
```console
8181
/path/to/venv/bin/tox
8282
```
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`
8484

8585
```console
8686
/path/to/venv/bin/tox -e py313

0 commit comments

Comments
 (0)