Skip to content

Commit

Permalink
Python 3.8 is EOL, add to frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 7, 2024
1 parent c3b3cba commit 277e104
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
<div class="container">
<h1 id="drop">Drop Python</h1>
<div class="row">
<div class="col-sm-6">
<h2 id="2.6"><a href="2.6">Python 2.6</a></h2>
<object data="2.6/wheel.svg" type="image/svg+xml" width="380" height="380" class="d-block mx-auto"></object>
</div>
<div class="col-sm-6">
<h2 id="2.7"><a href="2.7">Python 2.7</a></h2>
<object data="2.7/wheel.svg" type="image/svg+xml" width="380" height="380" class="d-block mx-auto"></object>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h2 id="3.5"><a href="3.5">Python 3.5</a></h2>
<object data="3.5/wheel.svg" type="image/svg+xml" width="380" height="380" class="d-block mx-auto"></object>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h2 id="3.6"><a href="3.6">Python 3.6</a></h2>
<object data="3.6/wheel.svg" type="image/svg+xml" width="380" height="380" class="d-block mx-auto"></object>
</div>
<div class="col-sm-6">
<h2 id="3.7"><a href="3.7">Python 3.7</a></h2>
<object data="3.7/wheel.svg" type="image/svg+xml" width="380" height="380" class="center-block"></object>
</div>
</div>
<div class="row">
<div class="col-sm-6">
Expand All @@ -62,8 +62,8 @@ <h2 id="thanks">Thanks</h2>

</div>
<div class="col-sm-6">
<h2 id="3.7"><a href="3.7">Python 3.7</a></h2>
<object data="3.7/wheel.svg" type="image/svg+xml" width="380" height="380" class="center-block"></object>
<h2 id="3.8"><a href="3.8">Python 3.8</a></h2>
<object data="3.8/wheel.svg" type="image/svg+xml" width="380" height="380" class="center-block"></object>
</div>

</div>
Expand Down

0 comments on commit 277e104

Please sign in to comment.