Skip to content

Commit 1578fcb

Browse files
authored
Merge pull request #47 from MHoroszowski/feature/modernization-python314
chore: add Python 3.14 to CI matrix and pyproject classifiers (Modernization Phase 6)
2 parents 975fbd6 + 3f9bfc4 commit 1578fcb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
68+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
6969
steps:
7070
- uses: actions/checkout@v4
7171
- name: Install uv

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
2121
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2223
"Topic :: Office/Business :: Office Suites",
2324
"Topic :: Software Development :: Libraries",
2425
]

0 commit comments

Comments
 (0)