Skip to content

Commit 80bc87c

Browse files
committed
Update CI & dependencies
1 parent c1a603e commit 80bc87c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-22.04, macos-latest]
20-
python-version: ["3.10", "3.11", "3.12"]
20+
python-version: ["3.11", "3.12"]
2121
exclude:
2222
- os: macos-latest
2323
python-version: '3.10'

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ authors = [
2525
]
2626

2727
# Required Python version and dependencies
28-
requires-python = ">=3.10"
28+
requires-python = ">=3.11"
2929
dependencies = [
30-
"fractal-tasks-core==1.4.2","ngio>=0.2.2,<0.3.0",
30+
"ngio>=0.2.2,<0.3.0",
3131
]
3232

3333
# Optional dependencies (e.g. for `pip install -e ".[dev]"`, see

0 commit comments

Comments
 (0)