|
4 | 4 | <p vertical-align="middle"><h1>Exercism Python Track</h1></p> |
5 | 5 |
|
6 | 6 | [](https://forum.exercism.org) |
7 | | - [](https://exercism.org) |
| 7 | + [](https://exercism.org) |
8 | 8 | [](https://exercism.org/blog/freeing-our-maintainers) |
9 | 9 | [](https://github.com/exercism/python/actions?query=workflow%3A%22Exercises+check%22) |
10 | 10 |
|
@@ -34,9 +34,9 @@ Hi. 👋🏽 👋 **We are happy you are here.** 🎉&nb |
34 | 34 | **`exercism/Python`** is one of many programming language tracks on [exercism(dot)org][exercism-website]. |
35 | 35 | This repo holds all the instructions, tests, code, & support files for Python _exercises_ currently under development or implemented & available for students. |
36 | 36 |
|
37 | | -🌟 Track exercises support Python `3.10` - `3.13.5`. |
| 37 | +🌟 Track exercises support Python `3.10` - `3.13.13`. |
38 | 38 | Exceptions to this support are noted where they occur. |
39 | | -🌟 Track tooling (_test-runner, representer, analyzer, and Continuous Integration_) runs on Python `3.13.5`. |
| 39 | +🌟 Track tooling (_test-runner, representer, analyzer, and Continuous Integration_) runs on Python `3.13.13`. |
40 | 40 |
|
41 | 41 | 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 🌴 . |
42 | 42 | Concept exercises are constrained to a small set of language or syntax features. |
|
0 commit comments