Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
debpal committed Dec 7, 2024
1 parent 60b2f59 commit 715384b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
"pyxirr"
]
readme = "README.md"
requires-python = ">=3.10, <3.13"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.12",
Expand Down
4 changes: 2 additions & 2 deletions tests/test_bharatfintrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,5 +736,5 @@ def test_github_action(
):

assert core._github_action(
integer=2
) == '2'
integer=3
) == '3'

0 comments on commit 715384b

Please sign in to comment.