Skip to content

Commit e3c6a0c

Browse files
committed
Update Python version to 3.13 across the project
Upgraded the required Python version to 3.13 in configurations, CI workflows, documentation, and environment files. This ensures compatibility with the latest Python release and maintains consistency across all project components.
1 parent 745f734 commit e3c6a0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ignore = ["E501", "E741", "E402"]
55
exclude = [
66
]
77

8-
# Assume Python 3.11
9-
target-version = "py312"
8+
# Assume Python 3.13
9+
target-version = "py313"
1010

1111
[per-file-ignores]
1212

0 commit comments

Comments
 (0)