Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 95ecf2a

Browse filesBrowse files
committed
2 parents 98fcfae + 5a6c153 commit 95ecf2a
Copy full SHA for 95ecf2a

File tree

2 files changed

+9
-4
lines changed
Filter options

2 files changed

+9
-4
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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
@@ -85,7 +85,7 @@ jobs:
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

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.