Skip to content

Commit 6b4d87e

Browse files
authored
Add Python 3.14 (#704)
1 parent 02de5b6 commit 6b4d87e

File tree

4 files changed

+461
-275
lines changed

4 files changed

+461
-275
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
os: [ubuntu-latest, macos-latest, windows-latest]
39-
python: ['3.10', '3.11', '3.12', '3.13']
39+
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
4040

4141
env:
4242
PYTHON: ${{ matrix.python }}

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
'Programming Language :: Python :: 3.11',
2525
'Programming Language :: Python :: 3.12',
2626
'Programming Language :: Python :: 3.13',
27+
'Programming Language :: Python :: 3.14',
2728
'Intended Audience :: Developers',
2829
'Intended Audience :: Information Technology',
2930
'Intended Audience :: System Administrators',

0 commit comments

Comments
 (0)