File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
persist-credentials : false
42
42
- name : Install uv + caching
43
- uses : astral-sh/setup-uv@v5
43
+ uses : astral-sh/setup-uv@v6
44
44
with :
45
45
enable-cache : true
46
46
cache-dependency-glob : |
Original file line number Diff line number Diff line change 2
2
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
3
3
[meta ]
4
4
template = " pure-python"
5
- commit-id = " c6354ebd "
5
+ commit-id = " 86991c1d "
6
6
7
7
[python ]
8
8
with-pypy = true
Original file line number Diff line number Diff line change 3
3
4
4
[build-system ]
5
5
requires = [
6
- " setuptools == 75.8.2 " ,
6
+ " setuptools == 78.1.1 " ,
7
7
" wheel" ,
8
8
]
9
9
build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ usedevelop = true
18
18
package = wheel
19
19
wheel_build_env = .pkg
20
20
deps =
21
- setuptools == 75.8.2
21
+ setuptools == 78.1.1
22
22
commands =
23
23
zope-testrunner --test-path =src {posargs:-vc}
24
24
extras =
@@ -34,7 +34,7 @@ description = ensure that the distribution is ready to release
34
34
basepython = python3
35
35
skip_install = true
36
36
deps =
37
- setuptools == 75.8.2
37
+ setuptools == 78.1.1
38
38
wheel
39
39
twine
40
40
build
You can’t perform that action at this time.
0 commit comments