Skip to content

Commit 646e0f4

Browse files
committed
Capped requires-python to <4.0
1 parent 4fcdc77 commit 646e0f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

remove-json-keys/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "remove-json-keys"
7-
version = "0.0.16"
7+
version = "0.0.17"
88
description = "Remove key/value pairs from json_dir/**/*.json."
99
authors = [{name = "Adam Lui", email = "adam@kudoai.com"}]
1010
license = "MIT"
1111
license-files = ["LICENSE.md"]
12-
requires-python = ">=3.6"
12+
requires-python = ">=3.6,<4.0"
1313
keywords = ["json", "data"]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",

translate-messages/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
license = "MIT"
1212
license-files = ["LICENSE.md"]
1313
dependencies = ["requests>=2.32.0,<3.0.0", "translate>=3.8.0,<4.0.0"]
14-
requires-python = ">=3.6"
14+
requires-python = ">=3.6,<4.0"
1515
keywords = ["translate", "translation", "messages", "i18n", "chrome", "mymemory"]
1616
classifiers = [
1717
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)