Skip to content

Commit

Permalink
build for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Oct 12, 2024
1 parent ca47b9e commit 9f167ae
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
@@ -1,7 +1,7 @@
[project]
name = "pyxirr"
description-content-type = "text/markdown; charset=UTF-8; variant=GFM"
requires-python = ">=3.7,<3.13"
requires-python = ">=3.7,<3.14"
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Office/Business :: Financial",
Expand All @@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: The Unlicense (Unlicense)",
]

Expand Down

0 comments on commit 9f167ae

Please sign in to comment.