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 6363 sudo apt update
6464 sudo apt install -y libxml2-dev libxslt-dev
6565 - name : Setup Python
66- uses : actions/setup-python@v4
66+ uses : actions/setup-python@v5
6767 with :
6868 python-version : ${{ matrix.python }}
6969 allow-prereleases : true
8585 with :
8686 fetch-depth : 0
8787 - name : Setup Python
88- uses : actions/setup-python@v4
88+ uses : actions/setup-python@v5
8989 with :
9090 python-version : 3.x
9191 - name : Install tox
@@ -119,7 +119,7 @@ jobs:
119119 steps :
120120 - uses : actions/checkout@v4
121121 - name : Setup Python
122- uses : actions/setup-python@v4
122+ uses : actions/setup-python@v5
123123 with :
124124 python-version : 3.x
125125 - 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