Skip to content

Commit

Permalink
Add Python 3.13 support (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Oct 4, 2024
1 parent 5709e4a commit d75085a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
keywords = ["tableau", "visualization", "pandas", "dataframe"]

Expand Down Expand Up @@ -63,7 +64,7 @@ multi_line_output = 3
known_first_party = "pantab"

[tool.cibuildwheel]
build = "cp39-*64 cp310-*64 cp311-*64 cp312-*64"
build = "cp39-*64 cp310-*64 cp311-*64 cp312-*64 cp313-*64"
skip = "*musllinux*"

test-command = "python -m pytest -n auto {project}/tests"
Expand Down

0 comments on commit d75085a

Please sign in to comment.