Skip to content

Commit 98a28f2

Browse files
committed
support python 3.14
1 parent b743b4e commit 98a28f2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu, macos, windows]
20-
python-version: ["3.11", "3.12", "3.13"]
20+
python-version: ["3.11", "3.12", "3.13", "3.14"]
2121
name: ${{ matrix.os }} - py${{ matrix.python-version }}
2222
runs-on: ${{ matrix.os }}-latest
2323
defaults:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ classifiers = [
5353
'Programming Language :: Python :: 3.11',
5454
'Programming Language :: Python :: 3.12',
5555
'Programming Language :: Python :: 3.13',
56+
'Programming Language :: Python :: 3.14',
5657
]
5758
dependencies = [
5859
'click',

0 commit comments

Comments
 (0)