Skip to content

Commit 82e2b08

Browse files
committed
feat: update Python version to 3.13 in configuration and documentation files
1 parent 486071d commit 82e2b08

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compiled_starters/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Time to move on to the next stage!
3030

3131
Note: This section is for stages 2 and beyond.
3232

33-
1. Ensure you have `python (3.11)` installed locally
33+
1. Ensure you have `python (3.13)` installed locally
3434
1. Run `./your_program.sh` to run your program, which is implemented in
3535
`app/main.py`.
3636
1. Commit your changes and run `git push origin master` to submit your solution

solutions/python/01-at4/code/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Time to move on to the next stage!
3030

3131
Note: This section is for stages 2 and beyond.
3232

33-
1. Ensure you have `python (3.11)` installed locally
33+
1. Ensure you have `python (3.13)` installed locally
3434
1. Run `./your_program.sh` to run your program, which is implemented in
3535
`app/main.py`.
3636
1. Commit your changes and run `git push origin master` to submit your solution

starter_templates/python/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
attributes:
2-
required_executable: python (3.11)
2+
required_executable: python (3.13)
33
user_editable_file: app/main.py

0 commit comments

Comments
 (0)