File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2020 fail-fast : false
2121 matrix :
2222 os : [ubuntu-latest, macos-latest, windows-latest]
23- python-version : ["3.8 ", "3.13"]
23+ python-version : ["3.10 ", "3.13"]
2424 include :
2525 - os : ubuntu-latest
2626 python-version : " 3.13"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "gitingest"
33version = " 0.3.1"
44description =" CLI tool to analyze and create text dumps of codebases for LLMs"
55readme = {file = " README.md" , content-type = " text/markdown" }
6- requires-python = " >= 3.8 "
6+ requires-python = " >= 3.10 "
77dependencies = [
88 " click>=8.0.0" ,
99 " gitpython>=3.1.0" ,
@@ -27,8 +27,6 @@ classifiers=[
2727 " Development Status :: 3 - Alpha" ,
2828 " Intended Audience :: Developers" ,
2929 " License :: OSI Approved :: MIT License" ,
30- " Programming Language :: Python :: 3.8" ,
31- " Programming Language :: Python :: 3.9" ,
3230 " Programming Language :: Python :: 3.10" ,
3331 " Programming Language :: Python :: 3.11" ,
3432 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments