Skip to content

Commit fd17549

Browse files
authored
Merge pull request #116 from jerry-git/add-python-3.14-support
Add support for Python 3.14
2 parents 6d1c496 + 43aaeb7 commit fd17549

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
41+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
4242
steps:
4343
- uses: actions/checkout@v4
4444
- uses: ./.github/actions/python-poetry-env

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
## [Unreleased]
77
### Added
88
- Support for pytest 9.x
9+
- Support for Python 3.14
910

1011
### Changed
1112
- Migrated `poetry.dev-dependencies` to `poetry.group.dev.dependencies`

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
"Topic :: Software Development :: Libraries :: Python Modules",
2829
"Typing :: Typed",
2930
]

0 commit comments

Comments
 (0)