File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3131 "FakeSSLContext" ,
3232)
3333
34- __version__ = "3.13.11 "
34+ __version__ = "3.14.0 "
Original file line number Diff line number Diff line change 1919
2020class Mocket :
2121 _socket_pairs : ClassVar [dict [Address , tuple [int , int ]]] = {}
22- _address : ClassVar [Address ] = (None , None )
22+ _address : ClassVar [Address | tuple [ None , None ] ] = (None , None )
2323 _entries : ClassVar [dict [Address , list [MocketEntry ]]] = collections .defaultdict (list )
2424 _requests : ClassVar [list ] = []
2525 _record_storage : ClassVar [MocketRecordStorage | None ] = None
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ classifiers = [
1919 " Programming Language :: Python :: 3.11" ,
2020 " Programming Language :: Python :: 3.12" ,
2121 " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
2223 " Programming Language :: Python :: Implementation :: CPython" ,
2324 " Programming Language :: Python :: Implementation :: PyPy" ,
2425 " Topic :: Software Development" ,
You can’t perform that action at this time.
0 commit comments