Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…atial-image into test-yaml-python-3-8
  • Loading branch information
melonora committed Nov 6, 2024
2 parents cf5df10 + eb3b292 commit d859918
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 5
matrix:
os: [ubuntu-22.04, windows-2022, macos-12, macos-14]
python-version: ["3.10", "3.11", "3.12", "3.13"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ classifiers = [
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
]
keywords = [
"itk",
Expand All @@ -31,7 +30,7 @@ keywords = [
]
dynamic = ["version"]

requires-python = ">=3.10"
requires-python = ">=3.10,<3.13"
dependencies = [
"numpy",
"dask",
Expand Down

0 comments on commit d859918

Please sign in to comment.