File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - uses : actions/setup-python@v6
1818
1919 with :
20- python-version : 3.13
20+ python-version : " 3.14 "
2121
2222 - name : Build package
2323 run : |
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v6
1818 - uses : actions/setup-python@v6
1919 with :
20- python-version : 3.13
20+ python-version : " 3.14 "
2121
2222 # ref: https://github.com/pre-commit/action
2323 - uses : pre-commit/action@v3.0.1
@@ -54,10 +54,10 @@ jobs:
5454 - name : Install dependencies
5555 run : |
5656 python -m pip install --upgrade pip
57- pip install -e .[testing]
57+ pip install -e " .[testing]"
5858
5959 - name : Run tests
60- run : pytest --verbose --color=yes --durations=10
60+ run : pytest
6161
6262 docs :
6363 runs-on : ubuntu-24.04
@@ -66,11 +66,11 @@ jobs:
6666 - uses : actions/checkout@v6
6767 - uses : actions/setup-python@v6
6868 with :
69- python-version : 3.13
69+ python-version : " 3.14 "
7070 - name : Install dependencies
7171 run : |
7272 python -m pip install --upgrade pip
73- pip install -e .[sphinx]
73+ pip install -e " .[sphinx]"
7474
7575 - name : Build docs
7676 run : |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sphinx:
1111build :
1212 os : ubuntu-24.04
1313 tools :
14- python : " 3.13 "
14+ python : " 3.14 "
1515
1616python :
1717 install :
Original file line number Diff line number Diff line change 22requires = [" setuptools>=77" , " setuptools-scm" ]
33build-backend = " setuptools.build_meta"
44
5+
56[project ]
67name = " github_activity"
78description = " Grab recent issue/PR activity from a GitHub repository and render it as markdown."
@@ -34,6 +35,7 @@ sphinx = [
3435[project .scripts ]
3536github-activity = " github_activity.cli:main"
3637
38+
3739[tool .setuptools ]
3840zip-safe = false
3941include-package-data = true
@@ -53,7 +55,6 @@ dependencies = { file = "requirements.txt" }
5355fallback_version = " 0.0.0"
5456
5557[tool .tbump ]
56- # Uncomment this if your project is hosted on GitHub:
5758github_url = " https://github.com/executablebooks/github-activity"
5859
5960[tool .tbump .version ]
You can’t perform that action at this time.
0 commit comments