We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13d96b commit 7b0747cCopy full SHA for 7b0747c
1 file changed
CONTRIBUTING.md
@@ -37,7 +37,7 @@ Request features on the [Issue Tracker].
37
38
## How to set up your development environment
39
40
-You need Python 3.10+ and the following tools:
+You need Python 3.11+ and the following tools:
41
42
- [uv]
43
- [Nox]
@@ -106,7 +106,7 @@ Open a [pull request] to submit changes to this project.
106
Your pull request needs to meet the following guidelines for acceptance:
107
108
- The Nox test suite must pass without errors and warnings.
109
-- Include unit tests. This project maintains 100% code coverage.
+- Include unit tests. This project currently maintains 90%+ code coverage.
110
- If your changes add functionality, update the documentation accordingly.
111
112
Feel free to submit early, though—we can always iterate on this.
0 commit comments