File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 - ' 3.8'
1919 - ' 3.9'
2020 - ' 3.13'
21+ - ' 3.14'
2122 - ' pypy-3.7'
2223 - ' pypy-3.8'
2324 - ' pypy-3.9'
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def test_patch(name):
2929
3030
3131def test_incorrect_diff_type ():
32- with pytest .raises (TypeError , match = 'is not iterable' ):
32+ with pytest .raises (TypeError , match = 'not iterable' ):
3333 Patcher ().patch (None , None )
3434
3535
You can’t perform that action at this time.
0 commit comments