Skip to content

Commit 520018c

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

File tree

3 files changed

+9
-91
lines changed

3 files changed

+9
-91
lines changed

.github/workflows/test.yml

+1-1
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

+7-89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Lucas Tindall <[email protected]>"]
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)