Skip to content

Commit

Permalink
fixup! Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sebp committed Nov 30, 2023
1 parent aa2f5ad commit 0d107f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ filterwarnings = [
"ignore:DataFrame.applymap has been deprecated:FutureWarning",
# deprecated since Python 3.12
"ignore:datetime\\.datetime\\.utcfromtimestamp\\(\\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning",
# deprecated since Python 3.12
"ignore:ast\\.Num is deprecated and will be removed in Python 3\\.14.*:DeprecationWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit 0d107f9

Please sign in to comment.