Skip to content

Commit 81a86c9

Browse files
authored
Add CI for 3.14t (#4786)
1 parent b39699d commit 81a86c9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/run-crt-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15-dev']
18+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t', '3.15-dev']
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
2020

2121
steps:

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-dev"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t", "3.15-dev"]
2020
os: [ubuntu-latest, macOS-latest, windows-latest]
2121

2222
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def get_version():
5151
'Programming Language :: Python :: 3.12',
5252
'Programming Language :: Python :: 3.13',
5353
'Programming Language :: Python :: 3.14',
54+
'Programming Language :: Python :: Free Threading :: 2 - Beta',
5455
],
5556
project_urls={
5657
'Documentation': 'https://docs.aws.amazon.com/boto3/latest/',

0 commit comments

Comments
 (0)