Skip to content

Commit fbd024a

Browse files
committed
feat: update Python version to 3.13 in configuration and documentation files
1 parent c56ee01 commit fbd024a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

compiled_starters/python/README.md

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

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

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

compiled_starters/python/codecrafters.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ debug: false
77
# Use this to change the Python version used to run your code
88
# on Codecrafters.
99
#
10-
# Available versions: python-3.12
11-
language_pack: python-3.12
10+
# Available versions: python-3.13
11+
language_pack: python-3.13

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

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

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

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

solutions/python/01-dr6/code/codecrafters.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ debug: false
77
# Use this to change the Python version used to run your code
88
# on Codecrafters.
99
#
10-
# Available versions: python-3.12
11-
language_pack: python-3.12
10+
# Available versions: python-3.13
11+
language_pack: python-3.13

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.8+)
2+
required_executable: python (3.13)
33
user_editable_file: app/main.py

0 commit comments

Comments
 (0)