Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 520018c

Browse files
Update Python to v3.13.2
1 parent f5ded1e commit 520018c

3 files changed

Lines changed: 9 additions & 91 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v5
1212
with:
13-
python-version: '3.11'
13+
python-version: '3.13'
1414
- name: Install Poetry
1515
uses: snok/install-poetry@v1
1616
with:

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Lucas Tindall <ltindall@ucsd.edu>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
9-
python = ">=3.10, <3.12"
9+
python = ">=3.13, <3.14"
1010
scikit-image = "^0.24.0"
1111
matplotlib = "^3.8.3"
1212
numpy = "^1.26.4"

0 commit comments

Comments
 (0)