Skip to content

Commit e6c455d

Browse files
committed
Add version requirements to CONTRIBUTING.md
1 parent 132517a commit e6c455d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Code coverage is monitored for every PR and for the code base as a whole using [
9999

100100
- [PHP][] >= 5.6
101101
- [Composer][]
102-
- [Python 3][]
103-
- [mitmproxy][] (`pip3 install mitmproxy`)
102+
- [Python 3][] >= 3.12
103+
- [mitmproxy][] >= 11.0.2 (`pip3 install mitmproxy`)
104104

105105
[PHP]: https://www.php.net/
106106
[Composer]: http://getcomposer.org/

0 commit comments

Comments
 (0)