Skip to content

Commit 66e9fa2

Browse files
committed
Update tests
1 parent 416a49a commit 66e9fa2

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

.github/workflows/manual-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- uses: actions/checkout@v2
1919

2020
- uses: actions/setup-python@master
21-
name: Setup Python 3.8
21+
name: Setup Python 3.12
2222
with:
23-
python-version: 3.8
23+
python-version: 3.12
2424

2525
- name: Install dependencies
2626
run: python -m pip install -U poetry

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
- uses: actions/setup-python@master
18-
name: Setup Python 3.8
18+
name: Setup Python 3.12
1919
with:
20-
python-version: 3.8
20+
python-version: 3.12
2121

2222
- name: Install dependencies
2323
run: python -m pip install -U poetry

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
python-version: [3.8, 3.9, "3.10", "3.11"]
14+
python-version: ["3.11", "3.12", "3.13"]
1515
experimental: [false]
1616
include:
1717
- python-version: "3.12-dev"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
77
# Ruff version.
8-
rev: v0.2.1
8+
rev: v0.11.13
99
hooks:
1010
# Run the linter.
1111
- id: ruff

samples/sample.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Sample Pipeline"
2+
config: ""
3+
approach:
4+
$: org.odin.sample.DynamicApproach
5+
max: 10
6+
min: 1
7+
8+
processes:
9+
-
10+
$: org.odin.sample.Pipeline

0 commit comments

Comments
 (0)