Skip to content

Commit 6fd2d8a

Browse files
authored
Merge pull request #6 from ghazi-git/support-python-3.14
test against python 3.14
2 parents 1b8c898 + 145ddbe commit 6fd2d8a

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ ubuntu-latest, macos-latest, windows-latest ]
15-
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
15+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
1616

1717
steps:
1818
- uses: actions/checkout@v6

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [UNRELEASED]
8+
### Added
9+
- add support for python 3.14
810

911
## [0.10.0] - 2024-10-11
1012
### Added

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
26+
"Programming Language :: Python :: 3.14",
2627
]
2728
dynamic = ["version", "description"]
2829
requires-python = ">=3.8"

0 commit comments

Comments
 (0)