Skip to content

Commit 6915ce0

Browse files
committed
Fixup some files that should not be changed
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 27eb1ca commit 6915ce0

File tree

5 files changed

+44
-4
lines changed

5 files changed

+44
-4
lines changed

.github/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
changelog:
22
exclude:
33
authors:
4-
- dependabot
5-
- pre-commit-ci
4+
- dependabot[bot]
5+
- pre-commit-ci[bot]

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
name: ${{ env.dists-artifact-name }}
4545
path: dist/
4646
- name: 🚀 Publish to PyPI
47-
uses: pypa/gh-action-pypi-publish@v1.12.3
47+
uses: pypa/gh-action-pypi-publish@v1.13.0
4848
with:
4949
attestations: true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace

docs/changelog.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ Release History
55

66
.. towncrier release notes start
77
8+
v20.35.1 (2025-10-09)
9+
---------------------
10+
11+
Bugfixes - 20.35.1
12+
~~~~~~~~~~~~~~~~~~
13+
- Patch get_interpreter to handle missing cache and app_data - by :user:`esafak` (:issue:`2972`)
14+
- Fix backwards incompatible changes to ``PythonInfo`` - by :user:`gaborbernat`. (:issue:`2975`)
15+
16+
v20.35.0 (2025-10-08)
17+
---------------------
18+
19+
Features - 20.35.0
20+
~~~~~~~~~~~~~~~~~~
21+
- Add AppData and Cache protocols to discovery for decoupling - by :user:`esafak`. (:issue:`2074`)
22+
- Ensure python3.exe and python3 on Windows for Python 3 - by :user:`esafak`. (:issue:`2774`)
23+
24+
Bugfixes - 20.35.0
25+
~~~~~~~~~~~~~~~~~~
26+
- Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` (:issue:`2944`)
27+
- Restore absolute import of fs_is_case_sensitive - by :user:`esafak`. (:issue:`2955`)
28+
29+
v20.34.0 (2025-08-13)
30+
---------------------
31+
32+
Features - 20.34.0
33+
~~~~~~~~~~~~~~~~~~
34+
- Abstract out caching in discovery - by :user:`esafak`.
35+
Decouple `FileCache` from `py_info` (discovery) - by :user:`esafak`.
36+
Remove references to py_info in FileCache - by :user:`esafak`.
37+
Decouple discovery from creator plugins - by :user:`esafak`.
38+
Decouple discovery by duplicating info utils - by :user:`esafak`. (:issue:`2074`)
39+
- Add PyPy 3.11 support. Contributed by :user:`esafak`. (:issue:`2932`)
40+
41+
Bugfixes - 20.34.0
42+
~~~~~~~~~~~~~~~~~~
43+
- Upgrade embedded wheel pip to ``25.2`` from ``25.1.1`` - by :user:`gaborbernat`. (:issue:`2333`)
44+
- Accept RuntimeError in `test_too_many_open_files`, by :user:`esafak` (:issue:`2935`)
45+
- Python in PATH takes precedence over uv-managed python. Contributed by :user:`edgarrmondragon`. (:issue:`2952`)
46+
847
v20.33.1 (2025-08-05)
948
---------------------
1049

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dependencies = [
4848
"filelock>=3.12.2,<4",
4949
"importlib-metadata>=6.6; python_version<'3.8'",
5050
"platformdirs>=3.9.1,<5",
51+
"typing-extensions>=4.13.2; python_version<'3.11'",
5152
]
5253
optional-dependencies.docs = [
5354
"furo>=2023.7.26",

0 commit comments

Comments
 (0)