File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ def readme():
1212 "Programming Language :: Python" ,
1313 "Programming Language :: Python :: 3" ,
1414 "Programming Language :: Python :: 3 :: Only" ,
15- "Programming Language :: Python :: 3.6" ,
16- "Programming Language :: Python :: 3.7" ,
1715 "Programming Language :: Python :: 3.8" ,
1816 "Programming Language :: Python :: 3.9" ,
1917 "Programming Language :: Python :: 3.10" ,
18+ "Programming Language :: Python :: 3.11" ,
19+ "Programming Language :: Python :: 3.12" ,
20+ "Programming Language :: Python :: 3.13" ,
2021]
2122
2223install_requires = [
@@ -25,7 +26,7 @@ def readme():
2526
2627setup (
2728 name = "pydantic-to-typescript" ,
28- version = "1.1.11 " ,
29+ version = "2.0.0 " ,
2930 description = "Convert pydantic models to typescript interfaces" ,
3031 license = "MIT" ,
3132 long_description = readme (),
You can’t perform that action at this time.
0 commit comments