Skip to content

Commit

Permalink
updated maximum python version to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
TharakaUmayanga authored Mar 29, 2024
1 parent d85b059 commit 88b6555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "VedAstro"
version = "1.21.0"
version = "1.22.0"
description = "An open source Python library for advanced astronomical calculations like planet longitude, house sign, shadbala, etc..."
authors = ["Tharaka Umayanga <tharakau@gmail.com>"]
readme = "README.md"
packages = [{include = "vedastro"}]
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
colorama = "*"
packaging = "*"
requests = "*"
Expand Down

0 comments on commit 88b6555

Please sign in to comment.