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

python39Packages.virtualenv -> time-machine-2.15 -> "Python 3.9 not supported" #372729

Open
suntropez opened this issue Jan 10, 2025 · 2 comments
Labels
0.kind: bug Something is broken

Comments

@suntropez
Copy link
Contributor

Within a Nix REPL of 24.11:

nix-repl> pkgs.python39Packages.virtualenv

error: time-machine-2.15.0 not supported for interpreter python3.9

This commit has this changeset:

-  disabled = pythonOlder "3.8";
+  disabled = pythonOlder "3.10";

However, upon consultation of both the package in PyPI and the project home I'm left to believe 2.15 should be fine with 3.8. The next version drops support for 3.8 but retains for 3.9.

I can PR the partial revert, however, something tells me there might be more to this 🤔

cc @fabaff

Someone else seems to have stumbled on this too.

@suntropez suntropez added the 0.kind: bug Something is broken label Jan 10, 2025
@elikoga
Copy link
Contributor

elikoga commented Jan 10, 2025

@fabaff
Copy link
Member

fabaff commented Jan 11, 2025

I disabled it for Python <= 3.10 to get rid of backports-zoneinfo which is required for Python 3.9 and older.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

3 participants