Skip to content

Commit da0163a

Browse files
committed
⚡ Add Python 3.14 as a tested/supported Python version
1 parent feb328a commit da0163a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/style-and-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
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

1919
steps:
2020

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- Migrated from `rye` to `uv` for development management.
88
([#21](https://github.com/davep/ng2web/pull/21))
9+
- Added Python 3.14 as a tested/supported Python version.
910

1011
## v1.0.1
1112

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.11",
3636
"Programming Language :: Python :: 3.12",
3737
"Programming Language :: Python :: 3.13",
38+
"Programming Language :: Python :: 3.14",
3839
"Topic :: Documentation",
3940
"Topic :: Software Development :: Documentation",
4041
"Topic :: Text Processing :: Markup :: HTML",

0 commit comments

Comments
 (0)