Skip to content

Commit 7b0747c

Browse files
authored
Update CONTRIBUTING.md for Python version requirement and coverage (#538)
1 parent b13d96b commit 7b0747c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Request features on the [Issue Tracker].
3737

3838
## How to set up your development environment
3939

40-
You need Python 3.10+ and the following tools:
40+
You need Python 3.11+ and the following tools:
4141

4242
- [uv]
4343
- [Nox]
@@ -106,7 +106,7 @@ Open a [pull request] to submit changes to this project.
106106
Your pull request needs to meet the following guidelines for acceptance:
107107

108108
- The Nox test suite must pass without errors and warnings.
109-
- Include unit tests. This project maintains 100% code coverage.
109+
- Include unit tests. This project currently maintains 90%+ code coverage.
110110
- If your changes add functionality, update the documentation accordingly.
111111

112112
Feel free to submit early, though—we can always iterate on this.

0 commit comments

Comments
 (0)