File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 63
63
sudo apt update
64
64
sudo apt install -y libxml2-dev libxslt-dev
65
65
- name : Setup Python
66
- uses : actions/setup-python@v4
66
+ uses : actions/setup-python@v5
67
67
with :
68
68
python-version : ${{ matrix.python }}
69
69
allow-prereleases : true
85
85
with :
86
86
fetch-depth : 0
87
87
- name : Setup Python
88
- uses : actions/setup-python@v4
88
+ uses : actions/setup-python@v5
89
89
with :
90
90
python-version : 3.x
91
91
- name : Install tox
@@ -119,7 +119,7 @@ jobs:
119
119
steps :
120
120
- uses : actions/checkout@v4
121
121
- name : Setup Python
122
- uses : actions/setup-python@v4
122
+ uses : actions/setup-python@v5
123
123
with :
124
124
python-version : 3.x
125
125
- name : Install tox
Original file line number Diff line number Diff line change 1
1
[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
+ ]
3
8
build-backend = " setuptools.build_meta"
4
9
5
10
[project ]
You can’t perform that action at this time.
0 commit comments