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

Compatibility with Python 3.13 #553

Closed
amotl opened this issue Dec 22, 2024 · 2 comments
Closed

Compatibility with Python 3.13 #553

amotl opened this issue Dec 22, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@amotl
Copy link
Member

amotl commented Dec 22, 2024

Hi there,

when trying to use the package on Python 3.13,

$ python -V
Python 3.13.1
$ uv pip install croud

it croaks:

$ croud
Traceback (most recent call last):
  File "/Users/amo/dev/tmp/testdrive/.venv/bin/croud", line 5, in <module>
    from croud.__main__ import main
  File "/Users/amo/dev/tmp/testdrive/.venv/lib/python3.13/site-packages/croud/__init__.py", line 20, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

I think it has been fixed by that patch already, and just needs a release.

With kind regards,
Andreas.

@amotl amotl added the bug Something isn't working label Dec 22, 2024
@github-actions github-actions bot added the triage An issue that needs to be triaged by a maintainer label Dec 22, 2024
@joncombe joncombe removed the triage An issue that needs to be triaged by a maintainer label Jan 7, 2025
@tomach tomach self-assigned this Jan 7, 2025
@tomach tomach mentioned this issue Jan 7, 2025
1 task
@tomach
Copy link
Contributor

tomach commented Jan 7, 2025

Hi @amotl,

I've created a new release that includes the patch. I tested it myself, and it looks good!

When you get a chance, could you check it out and close the issue if everything looks okay on your end? Thanks a lot!

Cheers,
Thomas

@amotl
Copy link
Member Author

amotl commented Jan 10, 2025

It works. Thanks!

$ uv pip install --upgrade croud

$ python -V
Python 3.13.1

$ croud --version
croud 1.13.0

@amotl amotl closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants