Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
20.34.0 source code.tar.gz | 2025-08-13 | 6.0 MB | |
20.34.0 source code.zip | 2025-08-13 | 6.1 MB | |
README.md | 2025-08-13 | 1.4 kB | |
Totals: 3 Items | 12.2 MB | 3 |
What's Changed
- release 20.33.1 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2943
- fix: Improve file limit test to catch SystemExit or RuntimeError by @esafak in https://github.com/pypa/virtualenv/pull/2936
- feat: Abstract out caching in discovery by @esafak in https://github.com/pypa/virtualenv/pull/2946
- CI: Add PyPy 3.11 to CI checks by @esafak in https://github.com/pypa/virtualenv/pull/2934
- feat: Decouple
FileCache
frompy_info
by @esafak in https://github.com/pypa/virtualenv/pull/2947 - feat: Remove references to py_info from FileCache by @esafak in https://github.com/pypa/virtualenv/pull/2948
- refactor: Decouple discovery from creator plugins by @esafak in https://github.com/pypa/virtualenv/pull/2949
- refactor: Decouple discovery by duplicating info utils by @esafak in https://github.com/pypa/virtualenv/pull/2951
- fix: Python in
PATH
takes precedence over uv-managed Pythons by @edgarrmondragon in https://github.com/pypa/virtualenv/pull/2952 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/pypa/virtualenv/pull/2950
- Bump pip to 25.2 by @gaborbernat in https://github.com/pypa/virtualenv/pull/2953
Full Changelog: https://github.com/pypa/virtualenv/compare/20.33.1...20.34.0