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
* feat: add Python 3.13 support
- Update CI workflow to include Python 3.13 tests
- Set Python 3.13 as the latest version for coverage reports
- Update development environment docs and pyproject.toml classifiers
- Update pre-commit and readthedocs configs to use Python 3.13
* chore(codecov): remove .comment key from codecov configuration file
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ Request features on the [Issue Tracker].
37
37
38
38
## How to set up your development environment
39
39
40
-
You need to have Python 3.10, 3.11, 3.12 at the same time, you can use [pyenv] to do so, once you have installed [pyenv], you can use the following command to install the required python versions:
40
+
You need to have Python 3.10, 3.11, 3.12, 3.13 at the same time, you can use [pyenv] to do so, once you have installed [pyenv], you can use the following command to install the required python versions:
0 commit comments