Skip to content

Commit 7e2d920

Browse files
authored
Merge pull request #167 from consideRatio/pr/bump-python
Required python 3.10+, up from 3.9
2 parents 75ccfe3 + d1d23bc commit 7e2d920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Grab recent issue/PR activity from a GitHub repository and render
88
# update verison with `tbump NEW_VERSION`
99
version = "1.1.5"
1010
dynamic = ["readme", "dependencies"]
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
keywords = ["Development", "Changelog"]
1313
authors = [
1414
{ name = "Executable Books Project", email = "executablebooks@gmail.com" },

0 commit comments

Comments
 (0)