Skip to content

Commit 2d16845

Browse files
committed
add python 3.14
1 parent 320d3f4 commit 2d16845

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- '3.8'
1919
- '3.9'
2020
- '3.13'
21+
- '3.14'
2122
- 'pypy-3.7'
2223
- 'pypy-3.8'
2324
- 'pypy-3.9'

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
'Programming Language :: Python :: 3.11',
3232
'Programming Language :: Python :: 3.12',
3333
'Programming Language :: Python :: 3.13',
34+
'Programming Language :: Python :: 3.14',
3435
'Programming Language :: Python :: Implementation :: CPython',
3536
'Programming Language :: Python :: Implementation :: PyPy',
3637
'Topic :: File Formats :: JSON',

0 commit comments

Comments
 (0)