Skip to content

Commit 52ea88f

Browse files
committed
deps: support py3.14
- fixes #201
1 parent 54c04d0 commit 52ea88f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python: [3.9, 3.13]
14+
python: [3.9, 3.14]
1515
steps:
1616
- uses: actions/checkout@v5
1717
with: {fetch-depth: 0}

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
"Programming Language :: Python :: 3 :: Only",
5758
"Programming Language :: Python :: Implementation",
5859
"Programming Language :: Python :: Implementation :: IronPython",

0 commit comments

Comments
 (0)