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 69
69
sudo apt update
70
70
sudo apt install -y libxml2-dev libxslt-dev
71
71
- name : Setup Python
72
- uses : actions/setup-python@v4
72
+ uses : actions/setup-python@v5
73
73
with :
74
74
python-version : ${{ matrix.python }}
75
75
allow-prereleases : true
92
92
with :
93
93
fetch-depth : 0
94
94
- name : Setup Python
95
- uses : actions/setup-python@v4
95
+ uses : actions/setup-python@v5
96
96
with :
97
97
python-version : 3.x
98
98
- name : Install tox
@@ -266,7 +266,7 @@ jobs:
266
266
steps :
267
267
- uses : actions/checkout@v4
268
268
- name : Setup Python
269
- uses : actions/setup-python@v4
269
+ uses : actions/setup-python@v5
270
270
with :
271
271
python-version : 3.11-dev
272
272
- 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