Skip to content

Commit 494eb39

Browse files
committed
Chore: Verify support for Python 3.14
1 parent fb4364d commit 494eb39

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: ["ubuntu-latest"]
26-
python-version: [
27-
"3.8",
28-
"3.13",
29-
]
26+
python-version:
27+
- "3.8"
28+
- "3.14"
3029

3130
env:
3231
OS: ${{ matrix.os }}

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os: ["ubuntu-latest"]
29-
python-version: ["3.13"]
29+
python-version: ["3.14"]
3030
env:
3131
OS_TYPE: ${{ matrix.os }}
3232
PYTHON_VERSION: ${{ matrix.python-version }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
- Verify support for Python 3.14
4+
35
## 4.2.1 (2025-09-09)
46

57
- Made network timeout configurable. Thanks, @ofipify.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"Programming Language :: Python :: 3.11",
6363
"Programming Language :: Python :: 3.12",
6464
"Programming Language :: Python :: 3.13",
65+
"Programming Language :: Python :: 3.14",
6566
"Topic :: Software Development :: Libraries",
6667
"Topic :: Software Development :: Libraries :: Python Modules",
6768
],

0 commit comments

Comments
 (0)