Skip to content

Conversation

@cclauss
Copy link
Contributor

@cclauss cclauss commented Oct 9, 2025

https://www.python.org/downloads/release/python-3140/


pip install -U can be quite opaque to readers because pip install currently has six --u* options, including --user.

pip install --upgrade makes the intention clearer in code that others will read.

% python3 -m pip install --help | grep "\-\-u"

  --user                      Install to the Python user install directory for
  -U, --upgrade               Upgrade all specified packages to the newest
  --upgrade-strategy <upgrade_strategy>
  --use-pep517                Use PEP 517 for building source distributions
  --use-feature <feature>     Enable new functionality, that may be backward
  --use-deprecated <feature>  Enable deprecated functionality, that will be

@asherf

@cclauss cclauss changed the title Add Python 3.14 and 3.14 to the testing Add Python 3.14 and 3.14t to the testing Oct 9, 2025
@cclauss cclauss force-pushed the patch-1 branch 3 times, most recently from c93d626 to 37ea15e Compare October 13, 2025 10:44
@asherf
Copy link
Member

asherf commented Oct 13, 2025

I think https://github.com/django-commons/django-prometheus/blob/master/setup.py#L51 needs to be updated too.
and an entry in the change log.

@asherf
Copy link
Member

asherf commented Oct 13, 2025

awesome. thank you.

@asherf asherf merged commit 3e23c16 into django-commons:master Oct 13, 2025
7 checks passed
@cclauss cclauss deleted the patch-1 branch October 13, 2025 14:23
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

Successfully merging this pull request may close these issues.

2 participants