File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 lint :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Set up Python 3.9
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ test = [
5353 ' pytest>=3.4.2' ,
5454 ' pytest-rerunfailures>=10.3,<15' ,
5555 ' pytest-cov>=2.6.0' ,
56- ' rundoc>=0.4.3,<0.5' ,
5756 ' pytest-runner >= 2.11.1' ,
5857 ' tomli>=2.0.0,<3' ,
5958]
@@ -63,14 +62,14 @@ dev = [
6362 # general
6463 ' pip>=9.0.1' ,
6564 ' build>=1.0.0,<2' ,
66- ' bump-my-version>=0.18.3,<1 ' ,
65+ ' bump-my-version>=0.18.3' ,
6766 ' watchdog>=1.0.1,<5' ,
6867
6968 # style check
7069 ' ruff>=0.4.5,<1' ,
7170
7271 # distribute on PyPI
73- ' twine>=1.10.0,<4 ' ,
72+ ' twine>=1.10.0' ,
7473 ' wheel>=0.30.0' ,
7574
7675 # Advanced testing
@@ -79,6 +78,7 @@ dev = [
7978
8079 ' invoke' ,
8180]
81+ readme = [' rundoc>=0.4.3,<0.5' ,]
8282
8383[tool .setuptools ]
8484include-package-data = true
You can’t perform that action at this time.
0 commit comments