@@ -17,10 +17,6 @@ classifiers = [
1717 " License :: OSI Approved :: BSD License" ,
1818 " Programming Language :: Python" ,
1919 " Programming Language :: Python :: 3" ,
20- " Programming Language :: Python :: 3.8" ,
21- " Programming Language :: Python :: 3.9" ,
22- " Programming Language :: Python :: 3.10" ,
23- " Programming Language :: Python :: 3.11" ,
2420]
2521urls = {Homepage = " https://ipython.org" }
2622requires-python = " >=3.8"
@@ -36,7 +32,7 @@ dependencies = [
3632 " tornado>=6.1" ,
3733 " matplotlib-inline>=0.1" ,
3834 ' appnope;platform_system=="Darwin"' ,
39- " pyzmq>=20 " ,
35+ " pyzmq>=24 " ,
4036 " psutil" ,
4137 " packaging" ,
4238]
@@ -175,6 +171,9 @@ filterwarnings= [
175171 " ignore:unclosed event loop:ResourceWarning" ,
176172 " ignore:There is no current event loop:DeprecationWarning" ,
177173 " module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
174+
175+ # Ignore datetime warning.
176+ " ignore:datetime.datetime.utc:DeprecationWarning" ,
178177]
179178
180179[tool .coverage .report ]
0 commit comments