Skip to content

Commit ca57dd1

Browse files
committed
Fix for python versions > 3.11, remove 3.9 support
1 parent b41a854 commit ca57dd1

File tree

6 files changed

+436
-328
lines changed

6 files changed

+436
-328
lines changed

poetry.lock

Lines changed: 157 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py-packages/engine/poetry.lock

Lines changed: 128 additions & 101 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py-packages/engine/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Daven Quinn <[email protected]>"]
33
description = "An API server application for the Corelle plate-rotation system"
44
license = "MIT"
55
name = "corelle.engine"
6-
version = "2.0.1"
6+
version = "2.1.0-dev1"
77

88
packages = [{ include = "corelle" }]
99

@@ -15,11 +15,11 @@ PyYAML = "^6.0"
1515
"corelle.client" = { path = "../client", develop = true }
1616
"macrostrat.database" = "^3.0.0"
1717
"macrostrat.utils" = "^1.0.1"
18-
numba = "^0.58.1"
18+
numba = "^0.63.1"
1919
numpy = "^1.26.3"
2020
numpy-quaternion = "^2022.4.2"
2121
psycopg2-binary = "^2.9.5"
22-
python = "^3.9"
22+
python = "^3.10"
2323
rich = "^12.6.0||^13.0.0"
2424
typer = "^0.7.0||^0.8.0||^0.9.0||^0.10.0||^0.11.0||^0.12.0"
2525
wget = "^3.2"

0 commit comments

Comments
 (0)