Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6543c4a

Browse files
chore: support Python 3.13 (#872)
1 parent2f3de8f commit6543c4a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

‎.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes:20
1818
strategy:
1919
matrix:
20-
python-version:[ '3.8', '3.9', '3.10', '3.11', '3.12' ]
20+
python-version:[ '3.8', '3.9', '3.10', '3.11', '3.12', '3.13' ]
2121
steps:
2222
-name:Checkout twilio-python
2323
uses:actions/checkout@v3

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This library supports the following Python implementations:
2424
- Python 3.9
2525
- Python 3.10
2626
- Python 3.11
27+
- Python 3.12
28+
- Python 3.13
2729

2830
##Installation
2931

‎setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"Programming Language :: Python :: 3.9",
4040
"Programming Language :: Python :: 3.10",
4141
"Programming Language :: Python :: 3.11",
42+
"Programming Language :: Python :: 3.12",
43+
"Programming Language :: Python :: 3.13",
4244
"Programming Language :: Python :: Implementation :: CPython",
4345
"Topic :: Software Development :: Libraries :: Python Modules",
4446
"Topic :: Communications :: Telephony",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp