File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 6969 sudo apt update
7070 sudo apt install -y libxml2-dev libxslt-dev
7171 - name : Setup Python
72- uses : actions/setup-python@v4
72+ uses : actions/setup-python@v5
7373 with :
7474 python-version : ${{ matrix.python }}
7575 allow-prereleases : true
9292 with :
9393 fetch-depth : 0
9494 - name : Setup Python
95- uses : actions/setup-python@v4
95+ uses : actions/setup-python@v5
9696 with :
9797 python-version : 3.x
9898 - name : Install tox
@@ -266,7 +266,7 @@ jobs:
266266 steps :
267267 - uses : actions/checkout@v4
268268 - name : Setup Python
269- uses : actions/setup-python@v4
269+ uses : actions/setup-python@v5
270270 with :
271271 python-version : 3.11-dev
272272 - name : Install tox
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.2" , " setuptools_scm[toml]>=3.4.1" ]
2+ requires = [
3+ " setuptools>=77" ,
4+ " setuptools_scm[toml]>=3.4.1" ,
5+ # jaraco/skeleton#174
6+ " coherent.licensed" ,
7+ ]
38build-backend = " setuptools.build_meta"
49
510[project ]
You can’t perform that action at this time.
0 commit comments