Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.13 support #2305

Open
mayty opened this issue Nov 22, 2024 · 0 comments
Open

Python 3.13 support #2305

mayty opened this issue Nov 22, 2024 · 0 comments

Comments

@mayty
Copy link

mayty commented Nov 22, 2024

Python 3.13 was released on Oct. 7, 2024 and is not supported as py_version as of now:

Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "...\.venv\Scripts\isort.exe\__main__.py", line 7, in <module>
    sys.exit(main())
             ~~~~^^
  File "...\.venv\Lib\site-packages\isort\main.py", line 1123, in main
    config = Config(**config_dict)
  File "...\.venv\Lib\site-packages\isort\settings.py", line 531, in __init__
    super().__init__(sources=tuple(sources), **combined_config)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<string>", line 105, in __init__
  File "...\.venv\Lib\site-packages\isort\settings.py", line 264, in __post_init__
    raise ValueError(
    ...<3 lines>...
    )
ValueError: The python version 313 is not supported. You can set a python version with the -py or --python-version flag. The following versions are supported: ('all', '2', '27', '3', '310', '311', '312', '36', '37', '38', '39')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant