Skip to content

Commit 07be703

Browse files
deps: update python version for wider support
1 parent a36afe8 commit 07be703

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

poetry.lock

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,29 @@
22
name = "jtd-codebuild"
33
version = "0.7.0"
44
description = "Tool for generating language specific schemas and interfaces code from JSON Type Definition IDL files in yaml format. Powered by jtd-codegen."
5+
classifiers = [
6+
'Development Status :: 5 - Production/Stable',
7+
'Intended Audience :: Developers',
8+
'Natural Language :: English',
9+
'Topic :: Software Development',
10+
'Topic :: Software Development :: Libraries :: Python Modules',
11+
'Topic :: Utilities',
12+
'Programming Language :: Python :: 3 :: Only',
13+
'Programming Language :: Python :: 3.8',
14+
'Programming Language :: Python :: 3.9',
15+
'Programming Language :: Python :: 3.10',
16+
'Programming Language :: Python :: Implementation :: CPython',
17+
'Programming Language :: Python :: Implementation :: PyPy',
18+
'License :: OSI Approved :: MIT License',
19+
]
520
authors = ["01Joseph-Hwang10 <joseph95501@gmail.com>"]
621
license = "MIT"
722
readme = "README.md"
823
[[tool.poetry.packages]]
924
include = "jtd_codebuild"
1025

1126
[tool.poetry.dependencies]
12-
python = "^3.9"
27+
python = ">=3.8.1,<4.0"
1328
pyyaml = "^6.0.1"
1429
click = "^8.1.7"
1530
case-converter = "^1.1.0"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy