Skip to content

Commit 720c0cb

Browse files
authored
Add CI for 3.14t (smithy-lang#695)
1 parent 8a347bf commit 720c0cb

8 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.12", "3.13", "3.14", "3.15"]
20+
python-version: ["3.12", "3.13", "3.14", "3.14t", "3.15"]
2121

2222
steps:
2323
- name: Checkout Repository

packages/aws-sdk-signers/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829

packages/smithy-aws-core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = [

packages/smithy-aws-event-stream/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = [

packages/smithy-core/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = []

packages/smithy-http/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = [

packages/smithy-json/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = [

packages/smithy-xml/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
"Programming Language :: Python :: 3.14",
2525
"Programming Language :: Python :: Implementation :: CPython",
26+
"Programming Language :: Python :: Free Threading :: 2 - Beta",
2627
"Topic :: Software Development :: Libraries"
2728
]
2829
dependencies = [

0 commit comments

Comments
 (0)