@@ -6,8 +6,8 @@ Defining dependencies and products also serves another purpose. By analyzing the
6
6
pytask determines the order to run the tasks.
7
7
8
8
This tutorial offers you different interfaces. If you are comfortable with type
9
- annotations or are not afraid to try them, look at the ` Python 3.10+ ` or ` 3.8+ ` tabs.
10
- You find a tutorial on type hints {doc}` here <../type_hints> ` .
9
+ annotations or are not afraid to try them, look at the ` Python 3.10+ ` or ` 3.9 ` tabs. You
10
+ find a tutorial on type hints {doc}` here <../type_hints> ` .
11
11
12
12
If you want to avoid type annotations for now, look at the tab named ` produces ` .
13
13
@@ -60,7 +60,7 @@ task has finished, pytask will check whether the file exists.
60
60
61
61
````
62
62
63
- ````{tab-item} Python 3.8+
63
+ ````{tab-item} Python 3.9
64
64
:sync: python38plus
65
65
66
66
```{literalinclude} ../../../docs_src/tutorials/defining_dependencies_products_products_py38.py
@@ -117,7 +117,7 @@ annotation are dependencies of the task.
117
117
118
118
````
119
119
120
- ````{tab-item} Python 3.8+
120
+ ````{tab-item} Python 3.9
121
121
:sync: python38plus
122
122
123
123
To specify that the task relies on the data set `data.pkl`, you can add the path
@@ -169,7 +169,7 @@ are assumed to point to a location relative to the task module.
169
169
170
170
````
171
171
172
- ````{tab-item} Python 3.8+
172
+ ````{tab-item} Python 3.9
173
173
:sync: python38plus
174
174
175
175
```{literalinclude} ../../../docs_src/tutorials/defining_dependencies_products_relative_py38.py
@@ -209,7 +209,7 @@ structures if needed.
209
209
210
210
````
211
211
212
- ````{tab-item} Python 3.8+
212
+ ````{tab-item} Python 3.9
213
213
:sync: python38plus
214
214
215
215
```{literalinclude} ../../../docs_src/tutorials/defining_dependencies_products_multiple1_py38.py
0 commit comments