Skip to content

Commit 603b94e

Browse files
committed
2 parents 089c2b4 + 5a6c153 commit 603b94e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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
@@ -92,7 +92,7 @@ jobs:
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

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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+
]
38
build-backend = "setuptools.build_meta"
49

510
[project]

0 commit comments

Comments
 (0)