File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2121 name : linting
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
25- - uses : actions/setup-python@v5
24+ - uses : actions/checkout@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : 3.x
2828 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ jobs:
4343 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
4444 name : ${{ matrix.os[0] }}-${{ matrix.config[1] }}
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 with :
4848 persist-credentials : false
4949 - name : Install uv + caching
50- uses : astral-sh/setup-uv@v5
50+ uses : astral-sh/setup-uv@v6
5151 with :
5252 enable-cache : true
5353 cache-dependency-glob : |
5454 setup.*
5555 tox.ini
56- python-version : ${{ matrix.matrix. config[0] }}
56+ python-version : ${{ matrix.config[0] }}
5757 github-token : ${{ secrets.GITHUB_TOKEN }}
5858 - name : Test
5959 if : ${{ !startsWith(runner.os, 'Mac') }}
Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/pure-python
33[meta ]
44template = " pure-python"
5- commit-id = " a0de4e93 "
5+ commit-id = " 7dcce077 "
66
77[python ]
88with-pypy = false
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 : " 6.0.1 "
6+ rev : " 6.1.0 "
77 hooks :
88 - id : isort
99 - repo : https://github.com/hhatto/autopep8
1212 - id : autopep8
1313 args : [--in-place, --aggressive, --aggressive]
1414 - repo : https://github.com/asottile/pyupgrade
15- rev : v3.19.1
15+ rev : v3.20.0
1616 hooks :
1717 - id : pyupgrade
1818 args : [--py39-plus]
2121 hooks :
2222 - id : teyit
2323 - repo : https://github.com/PyCQA/flake8
24- rev : " 7.1.2 "
24+ rev : " 7.3.0 "
2525 hooks :
2626 - id : flake8
2727 additional_dependencies :
Original file line number Diff line number Diff line change 44
55[build-system ]
66requires = [
7- " setuptools == 75.8.2 " ,
7+ " setuptools >= 78.1.1,< 81 " ,
88 " wheel" ,
99]
1010build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package = wheel
2222wheel_build_env = .pkg
2323pip_pre = py314: true
2424deps =
25- setuptools == 75.8.2
25+ setuptools >= 78.1.1,< 81
2626 datetime: DateTime
2727 -cconstraints.txt
2828 pytest-cov
@@ -67,7 +67,7 @@ description = ensure that the distribution is ready to release
6767basepython = python3
6868skip_install = true
6969deps =
70- setuptools == 75.8.2
70+ setuptools >= 78.1.1,< 81
7171 wheel
7272 twine
7373 build
You can’t perform that action at this time.
0 commit comments