Skip to content

Tags: tox-dev/python-discovery

Tags

1.4.2

Toggle 1.4.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
release 1.4.2

1.4.1

Toggle 1.4.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
release 1.4.1

1.4.0

Toggle 1.4.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
release 1.4.0

1.3.2

Toggle 1.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
release 1.3.2

1.3.1

Toggle 1.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
release 1.3.1

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ feat(discovery): add iter_interpreters for enumeration (#71)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[pre-commit.ci] pre-commit autoupdate (#61)

<!--pre-commit.ci start-->
updates:
- [github.com/tox-dev/pyproject-fmt: v2.20.0 →
v2.21.0](tox-dev/pyproject-fmt@v2.20.0...v2.21.0)
- [github.com/astral-sh/ruff-pre-commit: v0.15.8 →
v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
expose KNOWN_ARCHITECTURES as public API (#56)

- Add KNOWN_ARCHITECTURES frozenset to _py_info.py and export it from
the package's public API
  - Expand normalize_isa() to also normalize i386 and i586 → x86
  - Update test to reference the new constant instead of a hardcoded set

Co-authored-by: Rahul Devikar <radevika@microsoft.com>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ feat(interpreter): increase query timeout to 15s with override (#53)

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 fix(test): add loongarch64 to known ISAs (#50)