Skip to content

Commit d5da753

Browse files
committed
update currently supported Python versions
As title
1 parent 810bbb7 commit d5da753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2 class="mt-3">GPU Acceleration</h2>
196196
<div class="col-md-12">
197197
<h2 class="featurette-heading">Portable Compilation</h2>
198198
<p class="lead">Ship high performance Python applications without the headache of binary compilation and packaging. Your source code remains pure Python while Numba handles the compilation at runtime. We test Numba continuously in more than 200 different platform configurations.</p>
199-
<p class="lead">Numba supports Intel and AMD x86, POWER8/9, and ARM CPUs (including Apple M1), NVIDIA GPUs, Python 3.7-3.10, as well as Windows/macOS/Linux. Precompiled Numba binaries for most systems are available as conda packages and pip-installable wheels.</p>
199+
<p class="lead">Numba supports Intel and AMD x86, POWER8/9, and ARM CPUs (including Apple M1), NVIDIA GPUs, Python 3.9-3.12, as well as Windows/macOS/Linux. Precompiled Numba binaries for most systems are available as conda packages and pip-installable wheels.</p>
200200
<a class="btn btn-outline-secondary" href="https://numba.readthedocs.io/en/stable/user/installing.html" role="button">Learn More &raquo;</a>
201201
</div>
202202
</div>

0 commit comments

Comments
 (0)