File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 with :
4848 persist-credentials : false
4949 - name : Install uv + caching
50- # astral/setup-uv@7.2 .0
51- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b
50+ # astral/setup-uv@8.0 .0
51+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57
5252 with :
5353 enable-cache : true
5454 cache-dependency-glob : |
Original file line number Diff line number Diff line change 2828log /
2929parts /
3030pyvenv.cfg
31+ share /
3132testing.log
3233var /
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/pure-python
33[meta ]
44template = " pure-python"
5- commit-id = " f6df9072 "
5+ commit-id = " b0d3e041 "
66
77[python ]
88with-windows = true
@@ -11,6 +11,7 @@ with-future-python = false
1111with-docs = true
1212with-sphinx-doctests = false
1313with-macos = false
14+ with-free-threaded-python = false
1415
1516[tox ]
1617use-flake8 = true
Original file line number Diff line number Diff line change 33minimum_pre_commit_version : ' 3.6'
44repos :
55 - repo : https://github.com/pycqa/isort
6- rev : " 7 .0.0 "
6+ rev : " 8 .0.1 "
77 hooks :
88 - id : isort
99 - repo : https://github.com/hhatto/autopep8
2020 rev : 0.4.3
2121 hooks :
2222 - id : teyit
23+ language_version : python3.13
2324 exclude : docs/articles/old-guide
2425 - repo : https://github.com/PyCQA/flake8
2526 rev : " 7.3.0"
Original file line number Diff line number Diff line change 22 Change History
33================
44
5- 6.3 (unreleased )
5+ 6.3 (2026-04-14 )
66----------------
77
88- Add ``class_factory `` parameter to ``DB.__init__() `` and
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ requires = [
77]
88build-backend = " setuptools.build_meta"
99
10-
1110[project ]
1211name = " ZODB"
1312description = " ZODB, a Python object-oriented database"
14- version = " 6.3.dev0 "
13+ version = " 6.3"
1514license = " ZPL-2.1"
1615classifiers = [
1716 " Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments