Skip to content

Commit b2145bd

Browse files
vincentdavisVincent Davis
andauthored
Add python 3.13 and 3.14 spec (#86)
Co-authored-by: Vincent Davis <vincent@heteroskedastic.net>
1 parent 863bece commit b2145bd

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.9", "3.10", "3.11", "3.12"]
27+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
2828

2929
steps:
3030
- uses: actions/checkout@v3

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
88
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
99
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)
10+
[![Python 3.13](https://img.shields.io/badge/python-3.13-blue.svg)](https://www.python.org/downloads/release/python-3130/)
11+
[![Python 3.14](https://img.shields.io/badge/python-3.14-blue.svg)](https://www.python.org/downloads/release/python-3140/)
1012

1113

1214

@@ -24,7 +26,7 @@ For more information on the Sinch APIs on which this SDK is based, refer to the
2426

2527
## Prerequisites
2628

27-
- Python in one of the supported versions - 3.9, 3.10, 3.11, 3.12
29+
- Python in one of the supported versions - 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
2830
- pip
2931
- Sinch account
3032

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ classifiers = [
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.14",
21+
"Programming Language :: Python :: 3.14",
2022
"Programming Language :: Python :: Implementation :: CPython",
2123
"Topic :: Software Development :: Libraries :: Python Modules",
2224
"Topic :: Communications :: Telephony",

0 commit comments

Comments
 (0)