Skip to content

Commit

Permalink
Update dependency python to v3.13.1 (#564)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 4, 2025
1 parent a4d3770 commit dc62533
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 124 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- run: python3 -m pip install --requirement=ci/requirements.txt

- name: Print environment information
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- run: python3 -m pip install --requirement=ci/requirements.txt

- name: Init Git
Expand Down
125 changes: 4 additions & 121 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 @@ -37,7 +37,7 @@ packages = [{ include = "deskew" }, { include = "deskew/py.typed" }]
deskew = "deskew.cli:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
python = ">=3.13,<3.14"
numpy = "2.2.1"
scikit-image = "0.24.0"
opencv-python-headless = { version = "4.10.0.84", optional = true }
Expand Down

0 comments on commit dc62533

Please sign in to comment.