File tree Expand file tree Collapse file tree 8 files changed +2948
-53
lines changed
Expand file tree Collapse file tree 8 files changed +2948
-53
lines changed Original file line number Diff line number Diff line change @@ -2123,7 +2123,7 @@ <h2 id="prerequisites-setup">Prerequisites & Setup<a class="headerlink" href
21232123< h3 id ="required-tools "> Required Tools< a class ="headerlink " href ="#required-tools " title ="Permanent link "> ¶</ a > </ h3 >
21242124< ol >
21252125< li > < strong > Python Environment</ strong > < ul >
2126- < li > Python < code > >=3.9 </ code > </ li >
2126+ < li > Python < code > >=3.10 </ code > </ li >
21272127< li > < a href ="https://python-poetry.org/docs/#installing-with-the-official-installer "> Poetry</ a > < code > >=2.2.0</ code > </ li >
21282128</ ul >
21292129</ li >
Original file line number Diff line number Diff line change @@ -2025,7 +2025,7 @@ <h1>Contributing TL;DR</h1>
20252025< p > Feel free to send a PR to update this file if you find anything useful. 🙇</ p >
20262026< h2 id ="environment "> Environment< a class ="headerlink " href ="#environment " title ="Permanent link "> ¶</ a > </ h2 >
20272027< ul >
2028- < li > Python < code > >=3.9 </ code > </ li >
2028+ < li > Python < code > >=3.10 </ code > </ li >
20292029< li > < a href ="https://python-poetry.org/docs/#installing-with-the-official-installer "> Poetry</ a > < code > >=2.2.0</ code > </ li >
20302030</ ul >
20312031< h2 id ="useful-commands "> Useful commands< a class ="headerlink " href ="#useful-commands " title ="Permanent link "> ¶</ a > </ h2 >
@@ -2040,8 +2040,8 @@ <h3 id="code-changes">Code Changes<a class="headerlink" href="#code-changes" tit
20402040< span class ="c1 "> # Check if ruff and mypy are happy</ span >
20412041poetry< span class ="w "> </ span > lint
20422042
2043- < span class ="c1 "> # Check if mypy is happy in python 3.9 </ span >
2044- mypy< span class ="w "> </ span > --python-version< span class ="w "> </ span > < span class ="m "> 3</ span > .9
2043+ < span class ="c1 "> # Check if mypy is happy in python 3.10 </ span >
2044+ mypy< span class ="w "> </ span > --python-version< span class ="w "> </ span > < span class ="m "> 3</ span > .10
20452045
20462046< span class ="c1 "> # Run tests in parallel.</ span >
20472047pytest< span class ="w "> </ span > -n< span class ="w "> </ span > auto< span class ="w "> </ span > < span class ="c1 "> # This may take a while.</ span >
You can’t perform that action at this time.
0 commit comments