Skip to content

Commit 31ed85b

Browse files
committed
2 parents 18629b4 + 5a6c153 commit 31ed85b

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
@@ -70,7 +70,7 @@ jobs:
7070
echo 'net.ipv4.ping_group_range = 0 2147483647' | sudo tee -a /etc/sysctl.conf
7171
sudo sysctl -p
7272
- name: Setup Python
73-
uses: actions/setup-python@v4
73+
uses: actions/setup-python@v5
7474
with:
7575
python-version: ${{ matrix.python }}
7676
allow-prereleases: true
@@ -99,7 +99,7 @@ jobs:
9999
echo 'net.ipv4.ping_group_range = 0 2147483647' | sudo tee -a /etc/sysctl.conf
100100
sudo sysctl -p
101101
- name: Setup Python
102-
uses: actions/setup-python@v4
102+
uses: actions/setup-python@v5
103103
with:
104104
python-version: 3.x
105105
- name: Install tox
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- uses: actions/checkout@v4
135135
- name: Setup Python
136-
uses: actions/setup-python@v4
136+
uses: actions/setup-python@v5
137137
with:
138138
python-version: 3.x
139139
- 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)