Skip to content

Commit

Permalink
Formally stop supporting Python 3.13 for now - multiple dependencies …
Browse files Browse the repository at this point in the history
…still don't support it.
  • Loading branch information
emilyhunt authored Jan 30, 2025
1 parent fda9dbe commit e0eda80
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,9 +1,9 @@
[project]
name = "ocelot" # Required
version = "0.4.1" # Required
version = "0.4.2" # Required
description = "A toolbox for working with observations of star clusters." # Optional
readme = "README.md" # Optional
requires-python = ">=3.10"
requires-python = ">=3.10,<3.13" # Todo check if 3.13 can be supported
license = { file = "LICENSE" }
keywords = ["astronomy", "star cluster", "threading", "development"] # Optional
authors = [
Expand Down

0 comments on commit e0eda80

Please sign in to comment.