Skip to content

Commit

Permalink
Allow Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Mar 27, 2024
1 parent 881e8f9 commit f8f002d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
33 changes: 31 additions & 2 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 @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{include = "mapboard"}]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
"macrostrat.database" = "^3.2.1"
"macrostrat.utils" = "^1.2.1"
typer = "^0.9.0"
Expand Down

0 comments on commit f8f002d

Please sign in to comment.