File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ preview = true
27
27
target-version = [
28
28
" py310" ,
29
29
" py311" ,
30
+ " py312" ,
30
31
" py36" ,
31
32
" py37" ,
32
33
" py38" ,
@@ -148,7 +149,9 @@ addopts = """
148
149
--ignore=docs/conf.py"""
149
150
filterwarnings = [
150
151
" error" ,
152
+ " ignore:'importlib.abc.Traversable' is deprecated and slated for removal in Python 3.14:DeprecationWarning" ,
151
153
" ignore:Passing a schema to Validator.iter_errors is deprecated.*:DeprecationWarning" ,
154
+ " ignore:datetime.datetime.utcfromtimestamp\\ (\\ ) is deprecated and scheduled for removal in a future version.*:DeprecationWarning" ,
152
155
" ignore:unclosed .*:ResourceWarning" ,
153
156
]
154
157
markers = [" slow: marks tests as slow (deselect with '-m \" not slow\" ')" ]
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ classifiers =
35
35
Programming Language :: Python :: 3.9
36
36
Programming Language :: Python :: 3.10
37
37
Programming Language :: Python :: 3.11
38
+ Programming Language :: Python :: 3.12
38
39
Topic :: Scientific/Engineering
39
40
Topic :: Scientific/Engineering :: Physics
40
41
Typing :: Typed
You can’t perform that action at this time.
0 commit comments