Skip to content

Commit ecd42bb

Browse files
committed
Python 3.14 support
1 parent c21387c commit ecd42bb

File tree

5 files changed

+136
-113
lines changed

5 files changed

+136
-113
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12', '3.13']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1818
os: [windows-latest, ubuntu-latest]
1919
fail-fast: false
2020
steps:

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ formats: all
88
build:
99
os: ubuntu-24.04
1010
tools:
11-
python: "3.13"
11+
python: "3.14"
1212
jobs:
1313
post_install:
1414
- pip install poetry

0 commit comments

Comments
 (0)