Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit89fcc4b

Browse files
committed
2 parentsd85f32b +5a6c153 commit89fcc4b

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
@@ -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

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)

[8]ページ先頭

©2009-2025 Movatter.jp