diff --git a/.ci-config.json b/.ci-config.json index 0e28add..e3cc581 100644 --- a/.ci-config.json +++ b/.ci-config.json @@ -1,4 +1,4 @@ { - "python_version_current": "3.12", - "python_versions_active": ["3.8", "3.9", "3.10", "3.11", "3.12"] + "python_version_current": "3.13", + "python_versions_active": ["3.9", "3.10", "3.11", "3.12", "3.13"] }