Skip to content

Commit 019ea20

Browse files
committed
Deploying to gh-pages from @ 11467ce 🚀
1 parent 7589436 commit 019ea20

File tree

8 files changed

+2948
-53
lines changed

8 files changed

+2948
-53
lines changed

contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ <h2 id="prerequisites-setup">Prerequisites &amp; Setup<a class="headerlink" href
21232123
<h3 id="required-tools">Required Tools<a class="headerlink" href="#required-tools" title="Permanent link">&para;</a></h3>
21242124
<ol>
21252125
<li><strong>Python Environment</strong><ul>
2126-
<li>Python <code>&gt;=3.9</code></li>
2126+
<li>Python <code>&gt;=3.10</code></li>
21272127
<li><a href="https://python-poetry.org/docs/#installing-with-the-official-installer">Poetry</a> <code>&gt;=2.2.0</code></li>
21282128
</ul>
21292129
</li>

contributing_tldr/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">&para;</a></h2>
20272027
<ul>
2028-
<li>Python <code>&gt;=3.9</code></li>
2028+
<li>Python <code>&gt;=3.10</code></li>
20292029
<li><a href="https://python-poetry.org/docs/#installing-with-the-official-installer">Poetry</a> <code>&gt;=2.2.0</code></li>
20302030
</ul>
20312031
<h2 id="useful-commands">Useful commands<a class="headerlink" href="#useful-commands" title="Permanent link">&para;</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>
20412041
poetry<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>
20472047
pytest<span class="w"> </span>-n<span class="w"> </span>auto<span class="w"> </span><span class="c1"># This may take a while.</span>

0 commit comments

Comments
 (0)