Skip to content

Commit 585cf07

Browse files
committed
MAINT: test package on Python 3.12
1 parent 5fc5203 commit 585cf07

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ preview = true
2727
target-version = [
2828
"py310",
2929
"py311",
30+
"py312",
3031
"py36",
3132
"py37",
3233
"py38",
@@ -148,7 +149,9 @@ addopts = """
148149
--ignore=docs/conf.py"""
149150
filterwarnings = [
150151
"error",
152+
"ignore:'importlib.abc.Traversable' is deprecated and slated for removal in Python 3.14:DeprecationWarning",
151153
"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",
152155
"ignore:unclosed .*:ResourceWarning",
153156
]
154157
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers =
3535
Programming Language :: Python :: 3.9
3636
Programming Language :: Python :: 3.10
3737
Programming Language :: Python :: 3.11
38+
Programming Language :: Python :: 3.12
3839
Topic :: Scientific/Engineering
3940
Topic :: Scientific/Engineering :: Physics
4041
Typing :: Typed

0 commit comments

Comments
 (0)