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 14cdb4c commit c7b4d0b
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 @@ -145,6 +145,8 @@ filterwarnings = [
"ignore:is_categorical_dtype is deprecated and will be removed in a future version:FutureWarning",
# added with pandas 2.1
"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",
]

[tool.coverage.run]
Expand Down

0 comments on commit c7b4d0b

Please sign in to comment.