Skip to content

Commit

Permalink
Relax Python requirement to >=3.10,<4
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 23, 2024
1 parent 377d4f9 commit 9e899d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### ⚙️ Engineering

* Format and lint using `ruff`.
* Relax Python requirement to `>=3.10,<4`.


## 0.5.3 - June 1, 2024
Expand Down
9 changes: 6 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ include = ["src/lvmguider/etc/*"]
lvmguider = "lvmguider.__main__:main"

[tool.poetry.dependencies]
python = "^3.10,<3.13"
python = "^3.10,<4"
sdsstools = "^1.2.3"
sdss-clu = "^2.2.0"
click-default-group = "^1.2.2"
Expand Down

0 comments on commit 9e899d3

Please sign in to comment.