Skip to content

Commit 486071d

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiled_starters/python/codecrafters.yml

Lines changed: 2 additions & 2 deletions
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-at4/code/codecrafters.yml

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)