Skip to content

Commit d9b9e2b

Browse files
authored
Add Python 3.14 classifier to code-generated clients (#577)
1 parent 379312d commit d9b9e2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/generators/SetupGenerator.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ private static void writePyproject(
136136
"Programming Language :: Python :: 3",
137137
"Programming Language :: Python :: 3 :: Only",
138138
"Programming Language :: Python :: 3.12",
139-
"Programming Language :: Python :: 3.13"
139+
"Programming Language :: Python :: 3.13",
140+
"Programming Language :: Python :: 3.14"
140141
]
141142
""", settings.moduleName(), settings.moduleVersion(), settings.moduleDescription());
142143

0 commit comments

Comments
 (0)