File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
solutions/python/01-at4/code Expand file tree Collapse file tree 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!
3030
3131Note: 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
34341 . Run ` ./your_program.sh ` to run your program, which is implemented in
3535 ` app/main.py ` .
36361 . 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!
3030
3131Note: 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
34341 . Run ` ./your_program.sh ` to run your program, which is implemented in
3535 ` app/main.py ` .
36361 . Commit your changes and run ` git push origin master ` to submit your solution
Original file line number Diff line number Diff line change 11attributes :
2- required_executable : python (3.11 )
2+ required_executable : python (3.13 )
33 user_editable_file : app/main.py
You can’t perform that action at this time.
0 commit comments