Skip to content

Commit 6fdc693

Browse files
author
bram
committed
Added correct toml and version 3.8 higher
1 parent 51665a4 commit 6fdc693

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![PyPI](https://img.shields.io/pypi/v/gpt-po-translator?label=gpt-po-translator)
55
![Downloads](https://pepy.tech/badge/gpt-po-translator)
66

7-
A robust tool for translating gettext (.po) files using AI models from multiple providers (OpenAI, Anthropic / Claude, and DeepSeek). It supports both bulk and individual translations, handles fuzzy entries, and can infer target languages based on folder structures. Available as a Python package and Docker container with support for Python 3.9-3.12.
7+
A robust tool for translating gettext (.po) files using AI models from multiple providers (OpenAI, Anthropic / Claude, and DeepSeek). It supports both bulk and individual translations, handles fuzzy entries, and can infer target languages based on folder structures. Available as a Python package and Docker container with support for Python 3.8-3.12.
88

99
## Features
1010

@@ -20,7 +20,7 @@ A robust tool for translating gettext (.po) files using AI models from multiple
2020

2121
## Requirements
2222

23-
- Python 3.9+ (Python 3.9, 3.10, 3.11, and 3.12 are officially supported)
23+
- Python 3.8+ (Python 3.8, 3.9, 3.10, 3.11, and 3.12 are officially supported)
2424
- [polib](https://pypi.org/project/polib/)
2525
- [openai](https://pypi.org/project/openai/)
2626
- [tenacity](https://pypi.org/project/tenacity/)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
packages = { find = { exclude = ["*.__pycache__", "*.__pycache__.*"], namespaces = true } }
88

99
[tool.setuptools_scm]
10-
fallback_version = "0.1.0"
10+
fallback_version = "1.0.0"
1111
write_to = "python_gpt_po/_version.py"
1212

1313
[project]
@@ -33,7 +33,7 @@ dependencies = [
3333
"responses==0.25.6",
3434
]
3535
classifiers = [
36-
"Development Status :: 4 - Beta",
36+
"Development Status :: 5 - Production/Stable",
3737
"Intended Audience :: Developers",
3838
"Intended Audience :: System Administrators",
3939
"Topic :: Software Development :: Internationalization",

0 commit comments

Comments
 (0)