8000 chore: support Python 3.13 · twilio/twilio-python@6bcbb1f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bcbb1f

Browse files
chore: support Python 3.13
1 parent 2f3de8f commit 6bcbb1f

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< 8000 /code>-
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)
0