Skip to content

Commit 19d944d

Browse files
committed
Add python 3.13 classifier
1 parent f4b87b9 commit 19d944d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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
@@ -82,7 +82,8 @@ private static void writePyproject(
8282
"Programming Language :: Python",
8383
"Programming Language :: Python :: 3",
8484
"Programming Language :: Python :: 3 :: Only",
85-
"Programming Language :: Python :: 3.12"
85+
"Programming Language :: Python :: 3.12",
86+
"Programming Language :: Python :: 3.13"
8687
]
8788
""", settings.moduleName(), settings.moduleVersion(), settings.moduleDescription());
8889

packages/aws-sdk-signers/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3 :: Only",
2121
"Programming Language :: Python :: 3",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2324
"Programming Language :: Python :: Implementation :: CPython",
2425
"Topic :: Software Development :: Libraries"
2526
]

0 commit comments

Comments
 (0)