diff --git a/README.md b/README.md
index 38ebda1d34..20c3bd1ce0 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
Exercism Python Track
[](https://forum.exercism.org)
- [](https://exercism.org)
+ [](https://exercism.org)
[](https://exercism.org/blog/freeing-our-maintainers)
[](https://github.com/exercism/python/actions?query=workflow%3A%22Exercises+check%22)
@@ -34,9 +34,9 @@ Hi. 👋🏽 👋 **We are happy you are here.** 🎉&nb
**`exercism/Python`** is one of many programming language tracks on [exercism(dot)org][exercism-website].
This repo holds all the instructions, tests, code, & support files for Python _exercises_ currently under development or implemented & available for students.
-🌟 Track exercises support Python `3.10` - `3.13.5`.
+🌟 Track exercises support Python `3.10` - `3.13.13`.
Exceptions to this support are noted where they occur.
-🌟 Track tooling (_test-runner, representer, analyzer, and Continuous Integration_) runs on Python `3.13.5`.
+🌟 Track tooling (_test-runner, representer, analyzer, and Continuous Integration_) runs on Python `3.13.13`.
Exercises are grouped into **concept** exercises which teach the [Python syllabus][python-syllabus], and **practice** exercises, which are unlocked by progressing in the syllabus tree 🌴 .
Concept exercises are constrained to a small set of language or syntax features.