Skip to content

Commit f8bdaa7

Browse files
committed
Release version 1.7.5
1 parent db4c268 commit f8bdaa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 📝 Gittxt: Get text from Git repositories in AI-ready formats
44

55
[![Docs](https://img.shields.io/badge/docs-online-blue?logo=mkdocs&labelColor=gray)](https://sandy-sp.github.io/gittxt/)
6-
[![Python Version](https://img.shields.io/badge/python-≥3.8-blue)](pyproject.toml)
6+
[![Python Version](https://img.shields.io/badge/python-≥3.9-blue)](pyproject.toml)
77
[![PyPI version](https://badge.fury.io/py/gittxt.svg)](https://pypi.org/project/gittxt/)
88
[![Release](https://img.shields.io/github/release/sandy-sp/gittxt.svg)](https://github.com/sandy-sp/gittxt/releases)
99
[![Tested with Pytest](https://img.shields.io/badge/tested%20with-pytest-9cf.svg)](https://docs.pytest.org/en/stable/)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "gittxt"
77
version = "1.7.5"
88
description = "Gittxt: Get text from Git repositories in AI-ready formats"
99
readme = "README.md"
10-
requires-python = ">=3.9,<3.9.7 || >3.9.7"
10+
requires-python = ">=3.9,!=3.9.7"
1111
keywords = [ "llm-dataset", "text-extraction", "git-repos", "ai-preprocessing", "cli-tool", "nlp", "data-pipeline", "repo-analysis", "source-code", "github-scanner", "ai-ready",]
1212
classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Version Control :: Git", "Topic :: Text Processing :: Linguistic", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Utilities",]
1313
dependencies = [ "click>=8.1.3", "gitpython>=3.1.40", "colorama>=0.4.6", "binaryornot>=0.4.4", "aiofiles>=23.2.1", "aiohttp>=3.9.5", "tiktoken>=0.9.0", "humanize>=4.12.2", "rich>=13.9.4", "python-dotenv>=0.21.1",]

0 commit comments

Comments
 (0)