File tree 3 files changed +3
-3
lines changed
solutions/python/01-at4/code
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Time to move on to the next stage!
30
30
31
31
Note: This section is for stages 2 and beyond.
32
32
33
- 1 . Ensure you have ` python (3.11 ) ` installed locally
33
+ 1 . Ensure you have ` python (3.13 ) ` installed locally
34
34
1 . Run ` ./your_program.sh ` to run your program, which is implemented in
35
35
` app/main.py ` .
36
36
1 . Commit your changes and run ` git push origin master ` to submit your solution
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Time to move on to the next stage!
30
30
31
31
Note: This section is for stages 2 and beyond.
32
32
33
- 1 . Ensure you have ` python (3.11 ) ` installed locally
33
+ 1 . Ensure you have ` python (3.13 ) ` installed locally
34
34
1 . Run ` ./your_program.sh ` to run your program, which is implemented in
35
35
` app/main.py ` .
36
36
1 . Commit your changes and run ` git push origin master ` to submit your solution
Original file line number Diff line number Diff line change 1
1
attributes :
2
- required_executable : python (3.11 )
2
+ required_executable : python (3.13 )
3
3
user_editable_file : app/main.py
You can’t perform that action at this time.
0 commit comments