Skip to content

Commit dfa95cd

Browse files
authored
🔀 Merge pull request #27 from davep/add-python-314
Add Python 3.14 as a tested/supported Python
2 parents d804660 + 2e16f3d commit dfa95cd

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/code-checks.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

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

1012
## v0.3.0
1113

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
3434
"Programming Language :: Python :: 3.13",
35+
"Programming Language :: Python :: 3.14",
3536
"Topic :: Terminals",
3637
"Typing :: Typed",
3738
]

0 commit comments

Comments
 (0)